Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.4.2 (2021-10-15)

## Fixed

Expand Down
7 changes: 1 addition & 6 deletions index.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.7.0"}
"optint" {>= "0.1.0"}
"repr" {>= "0.2.0"}
"repr" {>= "0.5.0"}
"ppx_repr"
"fmt" {>= "0.8.5"}
"logs" {>= "0.7.0"}
Expand All @@ -47,8 +47,3 @@ run-time can share a common singleton instance.

Index supports multiple-reader/single-writer access. Concurrent access
is safely managed using lock files."""

pin-depends: [
[ "repr.dev" "git+https://github.com/mirage/repr#17623decc3d499b83da1f5d71b298681100539a3" ]
[ "ppx_repr.dev" "git+https://github.com/mirage/repr#17623decc3d499b83da1f5d71b298681100539a3" ]
]