Skip to content

Commit

Permalink
Update vm-memory
Browse files Browse the repository at this point in the history
vm-memory 0.3.0+ has removed integer-atomics as distinct feature.

Sameo suggested vm-memory 0.4.0 as it has fixed a performance issue.

Signed-off-by: Liu Bo <[email protected]>
  • Loading branch information
liubogithub committed Nov 25, 2020
1 parent 2bf58c1 commit b92870d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ edition = "2018"
byteorder = "=1.2.1"
libc = ">=0.2.39"
log = "=0.4.6"
vm-memory = {version = ">=0.2.0", features = ["integer-atomics"] }
vm-memory = { version = ">=0.4.0" }
vmm-sys-util = ">=0.4.0"

[dev-dependencies.vm-memory]
version = ">=0.2.0"
features = ["backend-mmap", "integer-atomics"]
version = ">=0.4.0"
features = ["backend-mmap"]

0 comments on commit b92870d

Please sign in to comment.