From 1bbdfe9c5ac2f1d19c3d032b3962b388bcf3c707 Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Wed, 4 Oct 2023 14:48:06 +0800 Subject: [PATCH] :tada: v2.0.0-rc.4 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36a6347..b7f1b79 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.3" +version = "2.0.0-rc.4" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" @@ -101,7 +101,7 @@ url = ["dep:url"] either = ["dep:either"] [dependencies] -specta-macros = { version = "2.0.0-rc.3", path = "./macros" } +specta-macros = { version = "2.0.0-rc.4", path = "./macros" } serde = { version = "1.0.183", optional = true, default-features = false, features = ["derive"] } serde_json = { version = "1.0.104", optional = true, default-features = false, features = ["std"] } serde_yaml = { version = "0.9.25", optional = true, default-features = false, features = [] } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c4c621b..a69943d 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "specta-macros" description = "Macros for specta. Don't use directly!" -version = "2.0.0-rc.3" +version = "2.0.0-rc.4" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT"