From 52656aee805a6d3f3355c23d6ffcdf04695b0ebc Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 8 Oct 2023 16:21:10 -0600 Subject: [PATCH] const-oid v0.10.0-pre.0 (#1238) --- Cargo.lock | 2 +- const-oid/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0d9a00d8..6310522c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,7 +348,7 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.10.0-pre" +version = "0.10.0-pre.0" dependencies = [ "arbitrary", "hex-literal 0.4.1", diff --git a/const-oid/Cargo.toml b/const-oid/Cargo.toml index 8651739d8..408e77cc0 100644 --- a/const-oid/Cargo.toml +++ b/const-oid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-oid" -version = "0.10.0-pre" +version = "0.10.0-pre.0" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" description = """