aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 140f7d3..36a8dde 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "virtio-vsock"
-version = "0.3.1"
+version = "0.5.0"
authors = ["rust-vmm community", "rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>"]
description = "virtio vsock device implementation"
repository = "https://github.com/rust-vmm/vm-virtio"
@@ -11,10 +11,10 @@ edition = "2021"
[dependencies]
# The `path` part gets stripped when publishing the crate.
-virtio-queue = { path = "../../virtio-queue", version = "0.9.0" }
-virtio-bindings = { path = "../../virtio-bindings", version = "0.2.1" }
-vm-memory = "0.12.0"
+virtio-queue = { path = "../virtio-queue", version = "0.11.0" }
+virtio-bindings = { path = "../virtio-bindings", version = "0.2.2" }
+vm-memory = "0.14.0"
[dev-dependencies]
-virtio-queue = { path = "../../virtio-queue", version = "0.9.0", features = ["test-utils"] }
-vm-memory = { version = "0.12.0", features = ["backend-mmap", "backend-atomic"] }
+virtio-queue = { path = "../virtio-queue", version = "0.11.0", features = ["test-utils"] }
+vm-memory = { version = "0.14.0", features = ["backend-mmap", "backend-atomic"] }