Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Changyuan Lyu <[email protected]>
  • Loading branch information
Lencerf committed Jul 24, 2024
1 parent 2b7be3e commit 225fb2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ resolver = "2"
authors = ["Changyuan Lyu <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/google/alioth"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[workspace.dependencies]
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] }
serde = { version = "1.0", features = ["derive"] }
snafu = "0.8.4"
macros = { version = "0.3.0", path = "macros", package = "alioth-macros" }
alioth = { version = "0.3.0", path = "alioth" }
serde-aco = { version = "0.3.0", path = "serde-aco" }
macros = { version = "0.4.0", path = "macros", package = "alioth-macros" }
alioth = { version = "0.4.0", path = "alioth" }
serde-aco = { version = "0.4.0", path = "serde-aco" }
assert_matches = "1"

[profile.release]
Expand Down

0 comments on commit 225fb2a

Please sign in to comment.