summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjen <4867268+arjentz@users.noreply.github.com>2023-03-29 20:35:42 +0200
committerArjen <4867268+arjentz@users.noreply.github.com>2023-03-29 20:35:42 +0200
commitd58ff690e1b679262981ac3f9bedc6d80e7bea49 (patch)
tree740c8a23615c483d3275fc280726774060eb8798
parent68e06adafa8f793b094a23b210d39b27c813600c (diff)
downloadrust-libc-d58ff690e1b679262981ac3f9bedc6d80e7bea49.tar.gz
Bump version to 0.2.141
-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 3721096743..21b4e312bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.140"
+version = "0.2.141"
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 8cd125934a..d72311c4e2 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.140"
+version = "0.2.141"
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.140"
+version = "0.2.141"
default-features = false
[build-dependencies]