Skip to content

Commit 3e79b5e

Browse files
committed
Auto merge of #2312 - flxo:master, r=JohnTitor
Bump to 0.2.99 I'd like to get a new release published, since I want to make use of #2308 in lucab/memfd-rs#25
2 parents 485507c + 520dd7d commit 3e79b5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.98"
3+
version = "0.2.99"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc-test"
3-
version = "0.2.98"
3+
version = "0.2.99"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
1212

1313
[dependencies.libc]
1414
path = ".."
15-
version = "0.2.98"
15+
version = "0.2.99"
1616
default-features = false
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)