Skip to content

Commit

Permalink
Merge pull request #228 from changweige/release-upstream-v1.1.1
Browse files Browse the repository at this point in the history
cargo: dump package version to 1.1.1
  • Loading branch information
imeoer authored Nov 26, 2021
2 parents 484a8cb + 393f1f2 commit 560878e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

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

Expand Down Expand Up @@ -36,14 +36,14 @@ nix = "0.17"
anyhow = "1.0.35"
base64 = { version = ">=0.12.0" }
rust-fsm = "0.6.0"
vm-memory = { version = "0.6.0", features = ["backend-mmap"], optional = true }
chrono = "0.4.19"
openssl = { version = "0.10.35", features = ["vendored"] }
hyperlocal = "0.8.0"
tokio = { version = "1.9.0", features = ["macros"] }
hyper = "0.14.11"

event-manager = "0.2.1"
vm-memory = { version = "0.6.0", features = ["backend-mmap"], optional = true }
fuse-backend-rs = { git = "https://github.com/cloud-hypervisor/fuse-backend-rs.git", rev = "afc7b69", optional = true }
vhost = { version = "0.2.0", features = ["vhost-user-slave"], optional = true }
vhost-user-backend = { git = "https://github.com/rust-vmm/vhost-user-backend", rev = "3242b37", optional = true }
Expand Down

0 comments on commit 560878e

Please sign in to comment.