Bump to 0.2.91
This commit is contained in:
parent
ac935822f6
commit
765cca1fe2
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libc"
|
||||
version = "0.2.90"
|
||||
version = "0.2.91"
|
||||
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.90"
|
||||
version = "0.2.91"
|
||||
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.88"
|
||||
version = "0.2.91"
|
||||
default-features = false
|
||||
|
||||
[build-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user