Skip to content

Commit

Permalink
chore: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Nov 28, 2024
1 parent 926f6a1 commit 5be3dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocaml"
version = "1.0.1"
version = "1.1.0"
authors = ["Zach Shipko <[email protected]>"]
readme = "README.md"
keywords = ["ocaml", "rust", "ffi"]
Expand All @@ -15,7 +15,7 @@ no-default-features = true
features = [ "derive", "without-ocamlopt", "ocaml5" ]

[dependencies]
ocaml-sys = {path = "./sys", version = ">=0.24"}
ocaml-sys = {path = "./sys", version = ">=0.25"}
ocaml-boxroot-sys = {version = "0.3.1", default-features = false}
ocaml-derive = {path = "./derive", optional = true, version = "^1.0.0"}
cstr_core = {version = "0.2", optional = true}
Expand Down
4 changes: 2 additions & 2 deletions sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocaml-sys"
version = "0.24.0"
version = "0.25.0"
authors = ["Zach Shipko <[email protected]>"]
keywords = ["ocaml", "rust", "ffi"]
repository = "https://github.com/zshipko/ocaml-rs"
Expand All @@ -24,4 +24,4 @@ default = []
link = []
without-ocamlopt = []
caml-state = []
ocaml5 = []
ocaml5 = []

0 comments on commit 5be3dcc

Please sign in to comment.