diff --git a/Cargo.lock b/Cargo.lock index 3e5166756..e83b49c08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,7 +393,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "const-oid" -version = "0.10.0-rc.0" +version = "0.10.0-rc.1" dependencies = [ "arbitrary", "hex-literal", diff --git a/const-oid/Cargo.toml b/const-oid/Cargo.toml index 789b9f743..211e8a937 100644 --- a/const-oid/Cargo.toml +++ b/const-oid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-oid" -version = "0.10.0-rc.0" +version = "0.10.0-rc.1" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" description = """