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

Commit

Permalink
interrupt: update interrupt version in virtio_dev
Browse files Browse the repository at this point in the history
Since interrupt version is updated, we should also upgrade the interrupt
version in dbs-virtio-devices.

Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
  • Loading branch information
studychao committed Oct 24, 2022
1 parent ab383d7 commit fb27dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dbs-virtio-devices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
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-interrupt = { version = "0.2.0", path = "../dbs-interrupt", features = ["kvm-legacy-irq", "kvm-msi-irq"] }
dbs-utils = { version = "0.2.0", path = "../dbs-utils" }
epoll = "4.0.1"
io-uring = "0.5.2"
Expand Down

0 comments on commit fb27dc5

Please sign in to comment.