Skip to content

Commit

Permalink
Merge pull request #207 from Chia-Network/bump-versions
Browse files Browse the repository at this point in the history
bump versions 0.2.9
  • Loading branch information
arvidn authored Jul 13, 2023
2 parents 54ba8c7 + 8867a47 commit 11b01a1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude = ["wheel"]

[package]
name = "chia"
version = "0.2.8"
version = "0.2.9"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions and types used by the Chia blockchain full node"
Expand Down
2 changes: 1 addition & 1 deletion chia-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/Chia-Network/chia_rs/chia-tools"
[dependencies]
chia-protocol = { version = "=0.2.7", path = "../chia-protocol" }
clvmr = { version = "=0.2.7", features = ["counters"] }
chia = { version = "=0.2.8", path = ".." }
chia = { version = "=0.2.9", path = ".." }
sqlite = "=0.31.0"
clap = { version = "=4.3.9", features = ["derive"] }
zstd = "=0.12.3+zstd.1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion chia_py_streamable_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia_py_streamable_macro"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "Apache-2.0"
description = "Derive macro to create python bindings for Chia types"
Expand Down
2 changes: 1 addition & 1 deletion wheel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia_rs"
version = "0.2.8"
version = "0.2.9"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 11b01a1

Please sign in to comment.