Skip to content

Commit cb2cd6d

Browse files
author
Pat Hickey
authored
Merge pull request bytecodealliance#43 from bytecodealliance/pch/release
patch version bump of both crates for release
2 parents 2b5823d + 76edc4f commit cb2cd6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["The Wasmtime Project Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

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.2"
3+
version = "0.4.3"
44
authors = ["The Wasmtime Project Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)