diff --git a/Cargo.lock b/Cargo.lock index 283037bb..19cfb393 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "alioth" -version = "0.10.0" +version = "0.11.0" dependencies = [ "alioth-macros", "assert_matches", @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "alioth-cli" -version = "0.10.0" +version = "0.11.0" dependencies = [ "alioth", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 4954cf4e..4048bf27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ parking_lot = { version = "0.12", features = ["hardware-lock-elision"] } serde = { version = "1.0", features = ["derive"] } snafu = "0.8.9" alioth-macros = { version = "0.7.0", path = "alioth-macros" } -alioth = { version = "0.10.0", path = "alioth" } +alioth = { version = "0.11.0", path = "alioth" } ctor = "0.6" flexi_logger = "0.31" serde-aco = { version = "0.10.0", path = "serde-aco" } diff --git a/alioth-cli/Cargo.toml b/alioth-cli/Cargo.toml index 07980f68..5558ab3f 100644 --- a/alioth-cli/Cargo.toml +++ b/alioth-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alioth-cli" -version = "0.10.0" +version = "0.11.0" edition.workspace = true description = "Command-line interface for Alioth, an experimental Type-2 hypervisor." repository.workspace = true diff --git a/alioth/Cargo.toml b/alioth/Cargo.toml index 982f50fa..9b7e8633 100644 --- a/alioth/Cargo.toml +++ b/alioth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alioth" -version = "0.10.0" +version = "0.11.0" edition.workspace = true description = "Core library for Alioth, an experimental Type-2 hypervisor." repository.workspace = true