Skip to content

Commit 225fb2a

Browse files
committed
chore: bump version to 0.4.0
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
1 parent 2b7be3e commit 225fb2a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ resolver = "2"
66
authors = ["Changyuan Lyu <changyuan.lv@gmail.com>"]
77
license = "Apache-2.0"
88
repository = "https://github.com/google/alioth"
9-
version = "0.3.0"
9+
version = "0.4.0"
1010
edition = "2021"
1111

1212
[workspace.dependencies]
1313
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] }
1414
serde = { version = "1.0", features = ["derive"] }
1515
snafu = "0.8.4"
16-
macros = { version = "0.3.0", path = "macros", package = "alioth-macros" }
17-
alioth = { version = "0.3.0", path = "alioth" }
18-
serde-aco = { version = "0.3.0", path = "serde-aco" }
16+
macros = { version = "0.4.0", path = "macros", package = "alioth-macros" }
17+
alioth = { version = "0.4.0", path = "alioth" }
18+
serde-aco = { version = "0.4.0", path = "serde-aco" }
1919
assert_matches = "1"
2020

2121
[profile.release]

0 commit comments

Comments
 (0)