We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5153f commit da5f2b1Copy full SHA for da5f2b1
dune-project
@@ -47,6 +47,6 @@
47
(ocurl (< 0.8.0))
48
(digestif (< 1.0.0))
49
(ppxlib (< 0.18.0))
50
- (ppx_deriving_encoding (< 0.3.0))
+ (ppx_deriving_encoding (<> 0.3.0))
51
(result (< 1.5))
52
))
ez_api.opam
@@ -50,7 +50,7 @@ conflicts: [
"ocurl" {< "0.8.0"}
"digestif" {< "1.0.0"}
"ppxlib" {< "0.18.0"}
53
- "ppx_deriving_encoding" {< "0.3.0"}
+ "ppx_deriving_encoding" {!= "0.3.0"}
54
"result" {< "1.5"}
55
]
56
build: [
0 commit comments