Skip to content

Commit 9c6f44b

Browse files
Pat Hickeybchalios
Pat Hickey
authored andcommitted
bump userfaultfd to 0.7.0 and -sys to 0.5.0
changes to public API in bytecodealliance#56 bindgen bumped in -sys in bytecodealliance#55
1 parent 18c7d3c commit 9c6f44b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "userfaultfd"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
authors = ["The Wasmtime Project Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ cfg-if = "^1.0.0"
1414
libc = "0.2.65"
1515
nix = { version = "0.27", features = ["ioctl"] }
1616
thiserror = "1.0.4"
17-
userfaultfd-sys = { path = "userfaultfd-sys", version = "^0.4.0" }
17+
userfaultfd-sys = { path = "userfaultfd-sys", version = "^0.5.0" }
1818

1919
[dev-dependencies]
2020
nix = { version = "0.27", features = ["poll", "mman", "feature"] }

userfaultfd-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "userfaultfd-sys"
3-
version = "0.4.4"
3+
version = "0.5.0"
44
authors = ["The Wasmtime Project Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)