Bump to 0.2.93

This commit is contained in:
Lu, Wangshan 2021-04-06 17:53:34 +08:00
parent 02fac7f2a6
commit 4b9e959f96
No known key found for this signature in database
GPG Key ID: 38A54A1677268D67
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "libc"
version = "0.2.92"
version = "0.2.93"
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.92"
version = "0.2.93"
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.92"
version = "0.2.93"
default-features = false
[build-dependencies]