Skip to content

Commit c3d858c

Browse files
committed
Bump beta version
1 parent 1d6823f commit c3d858c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocaml"
3-
version = "1.0.0-beta.0"
3+
version = "1.0.0-beta.1"
44
authors = ["Zach Shipko <[email protected]>"]
55
readme = "README.md"
66
keywords = ["ocaml", "rust", "ffi"]

build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocaml-build"
3-
version = "1.0.0-beta.0"
3+
version = "1.0.0-beta.1"
44
edition = "2021"
55
authors = ["Zach Shipko <[email protected]>"]
66
license = "ISC"

derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocaml-derive"
3-
version = "1.0.0-beta.0"
3+
version = "1.0.0-beta.1"
44
authors = ["Zach Shipko <[email protected]>"]
55
license = "ISC"
66
keywords = ["ocaml-rs", "proc-macro"]

0 commit comments

Comments
 (0)