Skip to content

Commit 88fdd9e

Browse files
committed
v0.12.0
1 parent fc430f5 commit 88fdd9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

zstandard.opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "v0.12.0"
23
maintainer: "[email protected]"
34
authors: ["Jane Street Group, LLC <[email protected]>"]
45
homepage: "https://github.com/janestreet/zstandard"
@@ -11,8 +12,8 @@ build: [
1112
]
1213
depends: [
1314
"ocaml" {>= "4.07.0"}
14-
"core_kernel"
15-
"ppx_jane"
15+
"core_kernel" {>= "v0.12" & < "v0.13"}
16+
"ppx_jane" {>= "v0.12" & < "v0.13"}
1617
"conf-zstd"
1718
"ctypes"
1819
"dune" {build & >= "1.5.1"}

0 commit comments

Comments
 (0)