summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-05-08 11:06:47 +0000
committerbors <bors@rust-lang.org>2023-05-08 11:06:47 +0000
commite06d9052aac1185201ef0f46f15d745e412388d0 (patch)
tree195e12501da1f72d9b10ebbccd33022802b445af
parent71420d46c26890b7ad6bcc01baa08d0f6d82fde3 (diff)
parent89638b10c57b12de8be9f15ce30e7faf06f02cee (diff)
downloadrust-libc-e06d9052aac1185201ef0f46f15d745e412388d0.tar.gz
Auto merge of #3239 - GuillaumeGomez:update, r=JohnTitor0.2.144
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`
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 326310c934..5a345bd950 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.143"
+version = "0.2.144"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index f9540b4f5c..1f3f4b27e5 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.143"
+version = "0.2.144"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
[dependencies.libc]
path = ".."
-version = "0.2.143"
+version = "0.2.144"
default-features = false
[build-dependencies]