Skip to content

Commit 09ad0b3

Browse files
committed
Auto merge of #2975 - JohnTitor:release-0.2.136, r=JohnTitor
Prepare 0.2.136 release Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2 parents 71b864d + 5e3c708 commit 09ad0b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "libc"
3-
version = "0.2.135"
3+
version = "0.2.136"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc-test"
3-
version = "0.2.135"
3+
version = "0.2.136"
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.135"
15+
version = "0.2.136"
1616
default-features = false
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)