From a542bb5fbf462d6fa52d24eb291b5ce6dfdcbda0 Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Sat, 21 Oct 2023 01:20:18 -0700 Subject: [PATCH] release 2.0.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f6be55..8c0a903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openapiv3" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" authors = ["Glade Miller "] edition = "2021" license = "MIT/Apache-2.0"