Bump to 0.2.91

This commit is contained in:
Yuki Okushi 2021-03-23 10:26:40 +09:00
parent ac935822f6
commit 765cca1fe2
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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]