Auto merge of #2443 - ghedo:release-0.2.104, r=JohnTitor

Bump version to 0.2.104

I'd like to get https://github.com/rust-lang/libc/pull/2415 into a release so I can use the new API in a change I'm working on for the `nix` crate, please.
This commit is contained in:
bors 2021-10-16 05:55:09 +00:00
commit 20e529595b
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "libc"
version = "0.2.103"
version = "0.2.104"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"

View file

@ -1,6 +1,6 @@
[package]
name = "libc-test"
version = "0.2.103"
version = "0.2.104"
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.103"
version = "0.2.104"
default-features = false
[build-dependencies]