Skip to content

Commit 89c3b4d

Browse files
authored
Merge pull request #29 from AI45Lab/chore/version-unify-2.1.0
chore: unify all workspace crate versions to 2.1.0
2 parents 3f03315 + 0eb10b6 commit 89c3b4d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/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.

src/deps/libkrun-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a3s-libkrun-sys"
3-
version = "0.1.5"
3+
version.workspace = true
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
description = "FFI bindings to libkrun with Windows WHPX backend support"

src/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ operator = []
2121
build = []
2222

2323
[dependencies]
24-
a3s-box-core = { version = "2.0.3", path = "../core" }
24+
a3s-box-core = { version = "2.1.0", path = "../core" }
2525
a3s-transport = { workspace = true }
2626

2727
# Async runtime

src/sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a3s-box-sdk"
3-
version = "0.7.0"
3+
version.workspace = true
44
edition = "2021"
55
authors = ["A3S Lab"]
66
license = "MIT"

src/shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "src/main.rs"
1212

1313
[dependencies]
1414
a3s-box-core = { path = "../core" }
15-
libkrun-sys = { version = "0.1.5", path = "../deps/libkrun-sys", package = "a3s-libkrun-sys" }
15+
libkrun-sys = { version = "2.1.0", path = "../deps/libkrun-sys", package = "a3s-libkrun-sys" }
1616

1717
# CLI
1818
clap = { workspace = true }

0 commit comments

Comments
 (0)