Skip to content

Commit c67623e

Browse files
committed
chore: bump version to 0.7.0
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
1 parent 8ef6821 commit c67623e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ 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.6.0"
9+
version = "0.7.0"
1010
edition = "2024"
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.5"
16-
macros = { version = "0.6.0", path = "macros", package = "alioth-macros" }
17-
alioth = { version = "0.6.0", path = "alioth" }
18-
serde-aco = { version = "0.6.0", path = "serde-aco" }
19-
serde-aco-derive = { version = "0.6.0", path = "serde-aco-derive" }
16+
macros = { version = "0.7.0", path = "macros", package = "alioth-macros" }
17+
alioth = { version = "0.7.0", path = "alioth" }
18+
serde-aco = { version = "0.7.0", path = "serde-aco" }
19+
serde-aco-derive = { version = "0.7.0", path = "serde-aco-derive" }
2020
assert_matches = "1"
2121
proc-macro2 = "1"
2222
syn = { version = "2", features = ["full"] }

0 commit comments

Comments
 (0)