Skip to content

Commit

Permalink
Update ocaml-interop requirement from 0.8.8 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ocaml-interop](https://github.com/tizoc/ocaml-interop) to permit the latest version.
- [Changelog](https://github.com/tizoc/ocaml-interop/blob/master/CHANGELOG.md)
- [Commits](tizoc/ocaml-interop@v0.8.8...v0.10.0)

---
updated-dependencies:
- dependency-name: ocaml-interop
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 3e73b04 commit 2dff388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
features = [ "without-ocamlopt", "derive", "link" ]

[dependencies]
ocaml-interop = "0.8.8"
ocaml-interop = "0.10.0"
ocaml-sys = {path = "./sys", version = ">=0.23"}
ocaml-boxroot-sys = {version = "0.2"}
ocaml-derive = {path = "./derive", optional = true, version = "^1.0.0-beta.5"}
Expand Down

0 comments on commit 2dff388

Please sign in to comment.