aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df47742..ab32372 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "virtio-drivers"
-version = "0.7.1"
+version = "0.7.0"
authors = [
"Jiajie Chen <noc@jiegec.ac.cn>",
"Runji Wang <wangrunji0408@163.com>",
@@ -36,11 +36,10 @@ version = "2.3.0"
version = "0.4"
[dependencies.zerocopy]
-version = "0.7.5"
-features = ["derive"]
+version = "0.6.1"
[dev-dependencies.zerocopy]
-version = "0.7.5"
+version = "0.6.1"
features = ["alloc"]
[features]