aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 181d481..9b216f6 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "virtio-drivers"
-version = "0.7.1"
+version = "0.7.0"
license = "MIT"
authors = [
"Jiajie Chen <noc@jiegec.ac.cn>",
@@ -17,11 +17,11 @@ categories = ["hardware-support", "no-std"]
[dependencies]
log = "0.4"
bitflags = "2.3.0"
-zerocopy = { version = "0.7.5", features = ["derive"] }
+zerocopy = "0.6.1"
[features]
default = ["alloc"]
alloc = ["zerocopy/alloc"]
[dev-dependencies]
-zerocopy = { version = "0.7.5", features = ["alloc"] }
+zerocopy = { version = "0.6.1", features = ["alloc"] }