Auto merge of #2128 - GuillaumeGomez:bump-version, r=JohnTitor
Bump crate version to 0.2.92 Could it be possible to have a new release in the coming days please? Thanks in advance!
This commit is contained in:
commit
77056408a1
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libc"
|
||||
version = "0.2.91"
|
||||
version = "0.2.92"
|
||||
authors = ["The Rust Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libc-test"
|
||||
version = "0.2.91"
|
||||
version = "0.2.92"
|
||||
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.91"
|
||||
version = "0.2.92"
|
||||
default-features = false
|
||||
|
||||
[build-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user