Skip to content

Commit

Permalink
bump datalayer to match as 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Dec 18, 2024
1 parent a28081c commit 286c6cb
Show file tree
Hide file tree
Showing 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.
chia-bls = { path = "./crates/chia-bls", version = "0.17.0" }
chia-client = { path = "./crates/chia-client", version = "0.17.0" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.17.0" }
chia-datalayer = { path = "./crates/chia-datalayer", version = "0.16.0" }
chia-datalayer = { path = "./crates/chia-datalayer", version = "0.17.0" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.17.0" }
chia-secp = { path = "./crates/chia-secp", version = "0.17.0" }
chia-ssl = { path = "./crates/chia-ssl", version = "0.17.0" }
Expand All @@ -122,7 +122,7 @@ clvm-utils = { path = "./crates/clvm-utils", version = "0.17.0" }
clvm-derive = { path = "./crates/clvm-derive", version = "0.17.0" }
chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.16.0" }
chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.16.0" }
chia-datalayer-fuzz = { path = "./crates/chia-datalayer/fuzz", version = "0.16.0" }
chia-datalayer-fuzz = { path = "./crates/chia-datalayer/fuzz", version = "0.17.0" }
chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.16.0" }
chia-puzzles-fuzz = { path = "./crates/chia-puzzles/fuzz", version = "0.16.0" }
clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-datalayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-datalayer"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "DataLayer modules for Chia blockchain"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-datalayer/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-datalayer-fuzz"
version = "0.16.0"
version = "0.17.0"
publish = false
edition = "2021"

Expand Down

0 comments on commit 286c6cb

Please sign in to comment.