summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-07-20 05:39:10 +0900
committerGitHub <noreply@github.com>2020-07-20 05:39:10 +0900
commitf3bc8363593e6e62a5229c7fe22192961330e0e7 (patch)
tree13aafab79ad16096c73b8646b3340030920633df
parente38ca715f0f6699e726086ae838a01c231f2438d (diff)
parent21cbd9c3bea2a749142f21e52947cf96281de6ae (diff)
downloadrust-libc-f3bc8363593e6e62a5229c7fe22192961330e0e7.tar.gz
Merge pull request #1825 from shepmaster/release0.2.73
Bump to 0.2.73
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 05331e3c55..3955ccbd94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.72"
+version = "0.2.73"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"