Skip to content

Commit 9e91369

Browse files
committed
chore: bump versions
1 parent abb3e13 commit 9e91369

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.2.0
2+
3+
- Improve panic handler registration and update ocaml-boxroot-sys to 0.4.0 https://github.com/zshipko/ocaml-rs/pull/160
4+
5+
## 1.1.0
6+
7+
- Support Caml_state definition as a macro by @Lupus in https://github.com/zshipko/ocaml-rs/pull/157
8+
19
## 1.0.0
210

311
- Minor improvements https://github.com/zshipko/ocaml-rs/pull/154

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocaml"
3-
version = "1.1.0"
3+
version = "1.2.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.25"}
18+
ocaml-sys = {path = "./sys", version = ">=0.26"}
1919
ocaml-boxroot-sys = {version = "0.4.0", 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocaml-sys"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
authors = ["Zach Shipko <[email protected]>"]
55
keywords = ["ocaml", "rust", "ffi"]
66
repository = "https://github.com/zshipko/ocaml-rs"

0 commit comments

Comments
 (0)