Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupus committed Dec 13, 2024
1 parent ae4bd24 commit a000826
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 81 deletions.
91 changes: 12 additions & 79 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "src/lib.rs"

[dependencies]
ocaml-rs-smartptr-macro = { path = "macro", version = "*" }
ocaml = "1.0.1"
ocaml = "1.1.0"
owning_ref = "0.4.1"
stable_deref_trait = "1.2"
static_assertions = "1.1.0"
Expand All @@ -33,6 +33,9 @@ members = [
"rust-staticlib"
]

[patch.crates-io]
ocaml-gen = { git = "https://github.com/Lupus/ocaml-gen.git" }

# See https://github.com/dtolnay/linkme/issues/61
[profile.dev]
lto = "thin"
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "bin/main2.rs"

[dependencies]
ocaml-rs-smartptr = {path="../"}
ocaml = "1.0.0-beta.5"
ocaml = "1.1.0"
ocaml-gen = "0.1.5"
rustdoc-json = "0.9.2"
rustdoc-types = "0.28.0"
Expand Down

0 comments on commit a000826

Please sign in to comment.