Skip to content

Commit e06d905

Browse files
committed
Auto merge of #3239 - GuillaumeGomez:update, r=JohnTitor
Update crate version to 0.2.144 Please make a new release so I can use the new constants I added for macOS. :) r? `@Amanieu`
2 parents 71420d4 + 89638b1 commit e06d905

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.143"
3+
version = "0.2.144"
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.143"
3+
version = "0.2.144"
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.143"
15+
version = "0.2.144"
1616
default-features = false
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)