Skip to content

Commit

Permalink
Update smtml library 0.4.1 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Mar 6, 2025
1 parent 120e545 commit 73721bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
yojson
conf-npm
(smtml
(>= "0.4.1"))
(>= "0.6.0"))
ppx_import
ppx_deriving
(mdx :with-test)
Expand Down
5 changes: 1 addition & 4 deletions ecma-sl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ depends: [
"tls-lwt"
"yojson"
"conf-npm"
"smtml" {>= "0.4.1"}
"smtml" {>= "0.6.0"}
"ppx_import"
"ppx_deriving"
"mdx" {with-test}
Expand All @@ -55,6 +55,3 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/formalsec/ECMA-SL.git"
pin-depends: [
[ "smtml.0.5.0" "git+https://github.com/formalsec/smtml.git#54beae212aaac790a51707109e7ea7bc5dd1ee53" ]
]
3 changes: 0 additions & 3 deletions ecma-sl.opam.template

This file was deleted.

0 comments on commit 73721bd

Please sign in to comment.