Skip to content

Commit

Permalink
Merge pull request #94 from imeoer/master
Browse files Browse the repository at this point in the history
Bump nydus-rs version to v1.0.0
  • Loading branch information
bergwolf authored Mar 22, 2021
2 parents 7731770 + 9765e6e commit 5caf587
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nydus-rs"
version = "0.1.0"
version = "1.0.0"
authors = ["The Nydus Developers"]
edition = "2018"

Expand All @@ -14,7 +14,7 @@ rlimit = "0.3.0"
log = "0.4.8"
epoll = ">=4.0.1"
libc = "0.2"
vmm-sys-util = ">=0.3.1"
vmm-sys-util = "0.6.0"
clap = "2.33"
flexi_logger = { version = "0.17"}
serde = { version = ">=1.0.27", features = ["serde_derive", "rc"] }
Expand All @@ -41,7 +41,7 @@ vhost-user-backend = { git = "https://github.com/cloud-hypervisor/vhost-user-bac

[dev-dependencies]
sendfd = "0.3.3"
vmm-sys-util = ">=0.3.1"
vmm-sys-util = "0.6.0"
env_logger = "0.8.2"

[features]
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ micro_http = { git = "https://github.com/cloud-hypervisor/micro-http.git", branc
serde = { version = ">=1.0.27", features = ["rc"] }
serde_derive = ">=1.0.27"
serde_json = ">=1.0.9"
vmm-sys-util = ">=0.3.1"
vmm-sys-util = "0.6.0"
url = "2.1.1"
http = "0.2.1"
rafs = {path = "../rafs"}
2 changes: 1 addition & 1 deletion rafs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ vm-memory = ">=0.2.0"
nydus-utils = { path = "../utils" }

[dev-dependencies]
vmm-sys-util = ">=0.3.1"
vmm-sys-util = "0.6.0"

[features]
fusedev = ["fuse-rs/fusedev"]
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = ">=1.0.9"
backtrace = "0.3"
chrono = "0.4.19"
num-traits = "0.2.14"
vmm-sys-util = ">=0.3.1"
vmm-sys-util = "0.6.0"
fuse-rs = { git = "https://github.com/cloud-hypervisor/fuse-backend-rs.git", optional = true, rev = "cfd2cca" }

[features]
Expand Down

0 comments on commit 5caf587

Please sign in to comment.