Skip to content

Commit 5be3dcc

Browse files
committed
chore: bump version to 1.1.0
1 parent 926f6a1 commit 5be3dcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocaml"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
authors = ["Zach Shipko <[email protected]>"]
55
readme = "README.md"
66
keywords = ["ocaml", "rust", "ffi"]
@@ -15,7 +15,7 @@ no-default-features = true
1515
features = [ "derive", "without-ocamlopt", "ocaml5" ]
1616

1717
[dependencies]
18-
ocaml-sys = {path = "./sys", version = ">=0.24"}
18+
ocaml-sys = {path = "./sys", version = ">=0.25"}
1919
ocaml-boxroot-sys = {version = "0.3.1", default-features = false}
2020
ocaml-derive = {path = "./derive", optional = true, version = "^1.0.0"}
2121
cstr_core = {version = "0.2", optional = true}

sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocaml-sys"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = ["Zach Shipko <[email protected]>"]
55
keywords = ["ocaml", "rust", "ffi"]
66
repository = "https://github.com/zshipko/ocaml-rs"
@@ -24,4 +24,4 @@ default = []
2424
link = []
2525
without-ocamlopt = []
2626
caml-state = []
27-
ocaml5 = []
27+
ocaml5 = []

0 commit comments

Comments
 (0)