Skip to content

Commit eaeb932

Browse files
filipeomzapashcanon
authored andcommitted
Bump smtml dependency 0.6.3 -> 0.7.0
1 parent 8fbca8f commit eaeb932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ An OCaml library is available to embed WebAssembly modules and import OCaml func
7676
(sedlex
7777
(>= 3.3))
7878
(smtml
79-
(>= 0.6.3))
79+
(>= 0.7.0))
8080
(uutf
8181
(>= 1.0.3))
8282
(xmlm (>= 1.4.0))

owi.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ depends: [
3838
"prelude" {>= "0.5"}
3939
"processor" {>= "0.2"}
4040
"sedlex" {>= "3.3"}
41-
"smtml" {>= "0.6.3"}
41+
"smtml" {>= "0.7.0"}
4242
"uutf" {>= "1.0.3"}
4343
"xmlm" {>= "1.4.0"}
4444
"odoc" {>= "3.0.0" & with-doc}

0 commit comments

Comments
 (0)