Skip to content

Commit

Permalink
Bump chia-traits to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 27, 2024
1 parent c6cd98f commit 27f5e13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -103,7 +103,7 @@ chia-client = { path = "./crates/chia-client", version = "0.14.0" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.14.0" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.14.0" }
chia-ssl = { path = "./crates/chia-ssl", version = "0.11.0" }
chia-traits = { path = "./crates/chia-traits", version = "0.11.0" }
chia-traits = { path = "./crates/chia-traits", version = "0.14.0" }
chia-puzzles = { path = "./crates/chia-puzzles", version = "0.14.0" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.14.0" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.14.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-traits"
version = "0.11.0"
version = "0.14.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia traits for Streamable types (chia's serialization format)"
Expand Down

0 comments on commit 27f5e13

Please sign in to comment.