From d13ce97b70766c2681b63c80daf431c2bf4d255c Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Mon, 24 Jun 2024 20:05:47 +0800 Subject: [PATCH] :tada: Publish 2.0.0-rc.13 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd6bdc3..cc5c69c 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.12" +version = "2.0.0-rc.13" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" @@ -107,7 +107,7 @@ bevy_input = ["dep:bevy_input", "dep:bevy_ecs", "dep:glam"] interop = ["dep:specta1"] [dependencies] -specta-macros = { version = "=2.0.0-rc.10", path = "./macros" } +specta-macros = { version = "=2.0.0-rc.13", 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 3594968..1768fc2 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.10" +version = "2.0.0-rc.13" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT"