Skip to content

Commit b7478a3

Browse files
Same problematic code exists in 1.0.0
1 parent 41ee92f commit b7478a3

File tree

1 file changed

+1
-1
lines changed
  • packages/pkcs11-driver/pkcs11-driver.1.0.0

1 file changed

+1
-1
lines changed

packages/pkcs11-driver/pkcs11-driver.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"ppx_deriving" { >= "4.0" }
2121
"ppx_deriving_yojson" { >= "3.0" }
2222
"yojson" {>= "1.6.0"}
23-
"ocaml" {>= "4.04.0"}
23+
"ocaml" {>= "4.04.0" & < "5.1"}
2424
"ounit" {with-test}
2525
]
2626
conflicts: [

0 commit comments

Comments
 (0)