Skip to content

Commit 5611172

Browse files
committed
chore: bump version to 0.8.0
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
1 parent 38454fd commit 5611172

7 files changed

Lines changed: 8 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ 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.7.0"
109
edition = "2024"
1110

1211
[workspace.dependencies]
1312
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] }
1413
serde = { version = "1.0", features = ["derive"] }
1514
snafu = "0.8.6"
1615
alioth-macros = { version = "0.7.0", path = "alioth-macros" }
17-
alioth = { version = "0.7.0", path = "alioth" }
16+
alioth = { version = "0.8.0", path = "alioth" }
1817
serde-aco = { version = "0.7.0", path = "serde-aco" }
1918
serde-aco-derive = { version = "0.7.0", path = "serde-aco-derive" }
2019
assert_matches = "1"

alioth-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alioth-cli"
3-
version.workspace = true
3+
version = "0.8.0"
44
edition.workspace = true
55
description = "Experimental KVM-based type-2 hypervisor/VMM"
66
repository.workspace = true

alioth-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alioth-macros"
3-
version.workspace = true
3+
version = "0.7.0"
44
edition.workspace = true
55
description = "Proc macros for Alioth"
66
repository.workspace = true

alioth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alioth"
3-
version.workspace = true
3+
version = "0.8.0"
44
edition.workspace = true
55
description = "A library for virtualization"
66
repository.workspace = true

serde-aco-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors.workspace = true
44
license.workspace = true
55
description = "Proc macros for serde-aco"
66
repository.workspace = true
7-
version.workspace = true
7+
version = "0.7.0"
88
edition.workspace = true
99

1010
[lib]

serde-aco/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde-aco"
3-
version.workspace = true
3+
version = "0.7.0"
44
edition.workspace = true
55
description = "Serialize/deserialize Alioth command line options"
66
authors.workspace = true

0 commit comments

Comments
 (0)