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]
|
[package]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.91"
|
version = "0.2.92"
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libc-test"
|
name = "libc-test"
|
||||||
version = "0.2.91"
|
version = "0.2.92"
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
@ -12,7 +12,7 @@ A test crate for the libc crate.
|
|||||||
|
|
||||||
[dependencies.libc]
|
[dependencies.libc]
|
||||||
path = ".."
|
path = ".."
|
||||||
version = "0.2.91"
|
version = "0.2.92"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user