Skip to content

Commit 6d082a3

Browse files
committed
Update to 0.9.1
1 parent 74b7bd1 commit 6d082a3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["fuzz", "tools", "wasm", "wheel"]
33

44
[package]
55
name = "clvmr"
6-
version = "0.9.0"
6+
version = "0.9.1"
77
authors = ["Richard Kiss <him@richardkiss.com>"]
88
edition = "2021"
99
license = "Apache-2.0"

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_wasm"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Richard Kiss <him@richardkiss.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

wheel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_rs"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Richard Kiss <him@richardkiss.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)