Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scealiontach committed Jan 18, 2023
1 parent c5db65f commit 8a64f2d
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 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 crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/chronicle-domain-lint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "chronicle-domain-lint"
version = "0.5.0"
version = "0.6.0"

[dependencies]
chronicle = { path = "../chronicle" }
Expand Down
2 changes: 1 addition & 1 deletion crates/chronicle-domain-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build = "build.rs"
edition = "2021"
name = "chronicle-example"
version = "0.5.0"
version = "0.6.0"

[[bin]]
name = "chronicle-example"
Expand Down
2 changes: 1 addition & 1 deletion crates/chronicle-domain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build = "build.rs"
edition = "2021"
name = "chronicle-domain"
version = "0.5.0"
version = "0.6.0"

[[bin]]
name = "chronicle"
Expand Down
2 changes: 1 addition & 1 deletion crates/chronicle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/sawtooth-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build = "build.rs"
edition = "2021"
name = "proto"
version = "0.5.0"
version = "0.6.0"

[lib]
name = "sawtooth_protocol"
Expand Down
2 changes: 1 addition & 1 deletion crates/sawtooth-tp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8a64f2d

Please sign in to comment.