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 8fbca8f commit eaeb932Copy full SHA for eaeb932
dune-project
@@ -76,7 +76,7 @@ An OCaml library is available to embed WebAssembly modules and import OCaml func
76
(sedlex
77
(>= 3.3))
78
(smtml
79
- (>= 0.6.3))
+ (>= 0.7.0))
80
(uutf
81
(>= 1.0.3))
82
(xmlm (>= 1.4.0))
owi.opam
@@ -38,7 +38,7 @@ depends: [
38
"prelude" {>= "0.5"}
39
"processor" {>= "0.2"}
40
"sedlex" {>= "3.3"}
41
- "smtml" {>= "0.6.3"}
+ "smtml" {>= "0.7.0"}
42
"uutf" {>= "1.0.3"}
43
"xmlm" {>= "1.4.0"}
44
"odoc" {>= "3.0.0" & with-doc}
0 commit comments