diff --git a/Cargo.lock b/Cargo.lock index 7a590dc6b..7d7d86115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "api" -version = "0.5.0" +version = "0.6.0" dependencies = [ "async-graphql", "async-graphql-poem", @@ -478,7 +478,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chronicle" -version = "0.5.0" +version = "0.6.0" dependencies = [ "Inflector", "api", @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "chronicle-domain" -version = "0.5.0" +version = "0.6.0" dependencies = [ "chronicle", "insta", @@ -535,7 +535,7 @@ dependencies = [ [[package]] name = "chronicle-domain-lint" -version = "0.5.0" +version = "0.6.0" dependencies = [ "chronicle", "clap 3.2.14", @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "chronicle-example" -version = "0.5.0" +version = "0.6.0" dependencies = [ "chronicle", "insta", @@ -686,7 +686,7 @@ dependencies = [ [[package]] name = "common" -version = "0.5.0" +version = "0.6.0" dependencies = [ "api", "async-graphql", @@ -2896,7 +2896,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.5.0" +version = "0.6.0" dependencies = [ "async-trait", "backoff", @@ -3298,7 +3298,7 @@ dependencies = [ [[package]] name = "sawtooth_tp" -version = "0.5.0" +version = "0.6.0" dependencies = [ "async-trait", "backoff", @@ -3799,7 +3799,7 @@ dependencies = [ [[package]] name = "telemetry" -version = "0.5.0" +version = "0.6.0" dependencies = [ "opentelemetry 0.18.0", "opentelemetry-jaeger", diff --git a/crates/api/Cargo.toml b/crates/api/Cargo.toml index b3be8f276..276a123f7 100644 --- a/crates/api/Cargo.toml +++ b/crates/api/Cargo.toml @@ -2,7 +2,7 @@ build = "build.rs" edition = "2021" name = "api" -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/crates/chronicle-domain-lint/Cargo.toml b/crates/chronicle-domain-lint/Cargo.toml index 0f0838289..e069fb87e 100644 --- a/crates/chronicle-domain-lint/Cargo.toml +++ b/crates/chronicle-domain-lint/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "chronicle-domain-lint" -version = "0.5.0" +version = "0.6.0" [dependencies] chronicle = { path = "../chronicle" } diff --git a/crates/chronicle-domain-test/Cargo.toml b/crates/chronicle-domain-test/Cargo.toml index b31db6698..c8c8cd369 100644 --- a/crates/chronicle-domain-test/Cargo.toml +++ b/crates/chronicle-domain-test/Cargo.toml @@ -2,7 +2,7 @@ build = "build.rs" edition = "2021" name = "chronicle-example" -version = "0.5.0" +version = "0.6.0" [[bin]] name = "chronicle-example" diff --git a/crates/chronicle-domain/Cargo.toml b/crates/chronicle-domain/Cargo.toml index 41c2c65ae..5deee341f 100644 --- a/crates/chronicle-domain/Cargo.toml +++ b/crates/chronicle-domain/Cargo.toml @@ -2,7 +2,7 @@ build = "build.rs" edition = "2021" name = "chronicle-domain" -version = "0.5.0" +version = "0.6.0" [[bin]] name = "chronicle" diff --git a/crates/chronicle/Cargo.toml b/crates/chronicle/Cargo.toml index 8650b9cf4..b9fded9ce 100644 --- a/crates/chronicle/Cargo.toml +++ b/crates/chronicle/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "chronicle" -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 703cb50a8..7deff7d70 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -2,7 +2,7 @@ build = "build.rs" edition = "2021" name = "common" -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/sawtooth-protocol/Cargo.toml b/crates/sawtooth-protocol/Cargo.toml index 1b436939e..f8cdf99c5 100644 --- a/crates/sawtooth-protocol/Cargo.toml +++ b/crates/sawtooth-protocol/Cargo.toml @@ -2,7 +2,7 @@ build = "build.rs" edition = "2021" name = "proto" -version = "0.5.0" +version = "0.6.0" [lib] name = "sawtooth_protocol" diff --git a/crates/sawtooth-tp/Cargo.toml b/crates/sawtooth-tp/Cargo.toml index a94b9ebc9..d0a7a9f6d 100644 --- a/crates/sawtooth-tp/Cargo.toml +++ b/crates/sawtooth-tp/Cargo.toml @@ -5,7 +5,7 @@ path = "src/main.rs" [package] edition = "2021" name = "sawtooth_tp" -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/telemetry/Cargo.toml b/crates/telemetry/Cargo.toml index 65f46ce4a..12b2827a7 100644 --- a/crates/telemetry/Cargo.toml +++ b/crates/telemetry/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "telemetry" -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html