From 4b9fc38a5e984447bf8a12edc2c2fd86e093c6a3 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 18 Dec 2024 11:49:07 -0500 Subject: [PATCH] and the other places too --- Cargo.lock | 12 ++++++------ crates/chia-bls/fuzz/Cargo.toml | 2 +- crates/chia-consensus/fuzz/Cargo.toml | 2 +- crates/chia-protocol/fuzz/Cargo.toml | 2 +- crates/chia-puzzles/fuzz/Cargo.toml | 2 +- crates/clvm-traits/fuzz/Cargo.toml | 2 +- crates/clvm-utils/fuzz/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9af824f86..094c13e3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "chia-bls-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-bls 0.17.0", "libfuzzer-sys", @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "chia-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-bls 0.17.0", "chia-consensus", @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "chia-protocol-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "arbitrary", "chia-protocol", @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "chia-puzzles-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-puzzles", "clvm-traits", @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "clvm-traits-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "clvm-traits", "clvmr", @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "clvm-utils-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-fuzz", "clvm-traits", diff --git a/crates/chia-bls/fuzz/Cargo.toml b/crates/chia-bls/fuzz/Cargo.toml index 2261f0401..e5a33610e 100644 --- a/crates/chia-bls/fuzz/Cargo.toml +++ b/crates/chia-bls/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls-fuzz" -version = "0.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-consensus/fuzz/Cargo.toml b/crates/chia-consensus/fuzz/Cargo.toml index 4fa64811d..4dd36a049 100644 --- a/crates/chia-consensus/fuzz/Cargo.toml +++ b/crates/chia-consensus/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-fuzz" -version = "0.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-protocol/fuzz/Cargo.toml b/crates/chia-protocol/fuzz/Cargo.toml index 9a5a0829d..4fbeecd67 100644 --- a/crates/chia-protocol/fuzz/Cargo.toml +++ b/crates/chia-protocol/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol-fuzz" -version = "0.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-puzzles/fuzz/Cargo.toml b/crates/chia-puzzles/fuzz/Cargo.toml index 918709e98..62ec5a5cf 100644 --- a/crates/chia-puzzles/fuzz/Cargo.toml +++ b/crates/chia-puzzles/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzles-fuzz" -version = "0.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/clvm-traits/fuzz/Cargo.toml b/crates/clvm-traits/fuzz/Cargo.toml index e20f210a3..353c082fb 100644 --- a/crates/clvm-traits/fuzz/Cargo.toml +++ b/crates/clvm-traits/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits-fuzz" -version = "0.16.0" +version = "0.17.0" publish = false edition = "2021" diff --git a/crates/clvm-utils/fuzz/Cargo.toml b/crates/clvm-utils/fuzz/Cargo.toml index 066713f1b..944dbf65e 100644 --- a/crates/clvm-utils/fuzz/Cargo.toml +++ b/crates/clvm-utils/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils-fuzz" -version = "0.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021"