From f3bc75ec6120ea0fc6cd8e2e2e3aebef049e93cb Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Thu, 9 May 2024 10:40:18 +0800 Subject: [PATCH] :tada: Release 2.0.0-rc.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 955cc8a0..fd6bdc35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "specta" description = "Easily export your Rust types to other languages" -version = "2.0.0-rc.11" +version = "2.0.0-rc.12" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT"