summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-05-07 11:28:40 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2023-05-08 13:03:43 +0200
commit89638b10c57b12de8be9f15ce30e7faf06f02cee (patch)
treee2c7bdce7c153bdce05290878f31b462172f7dc5
parentae2c94f09ac7e9ddec491f581abea19a38fec0be (diff)
downloadrust-libc-89638b10c57b12de8be9f15ce30e7faf06f02cee.tar.gz
Update crate version to 0.2.144
-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]