Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
util: update util in virtio-dev, legecy-dev and upcall
Browse files Browse the repository at this point in the history
Since util version is updated to 0.2.0, we should also update the
dbs-utlis version in dbs-virtio-devices, dbs-legacy-devices and
dbs-upcall.

Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
  • Loading branch information
studychao committed Oct 24, 2022
1 parent 6a5035e commit e313b6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/dbs-legacy-devices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"

[dependencies]
dbs-device = { version = "0.2.0", path = "../dbs-device" }
dbs-utils = { version = "0.1.0", path = "../dbs-utils" }
dbs-utils = { version = "0.2.0", path = "../dbs-utils" }
log = "0.4.14"
serde = { version = "1.0.27", features = ["derive", "rc"] }
vm-superio = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/dbs-upcall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ log = "0.4.14"
thiserror = "1"
timerfd = "1.2.0"

dbs-utils = { path = "../dbs-utils", version = "0.1" }
dbs-utils = { path = "../dbs-utils", version = "0.2" }
dbs-virtio-devices = { path = "../dbs-virtio-devices", version = "0.1", features = ["virtio-vsock"] }
2 changes: 1 addition & 1 deletion crates/dbs-virtio-devices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ byteorder = "1.4.3"
caps = "0.5.3"
dbs-device = { version = "0.2.0", path = "../dbs-device" }
dbs-interrupt = { version = "0.1.0", path = "../dbs-interrupt", features = ["kvm-legacy-irq", "kvm-msi-irq"] }
dbs-utils = { version = "0.1.0", path = "../dbs-utils" }
dbs-utils = { version = "0.2.0", path = "../dbs-utils" }
epoll = "4.0.1"
io-uring = "0.5.2"
fuse-backend-rs = { version = "0.9.6", optional = true }
Expand Down

0 comments on commit e313b6c

Please sign in to comment.