diff --git a/Cargo.toml b/Cargo.toml index 7a1bd26..f9a2d1a 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.9" +version = "2.0.0-rc.10" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" @@ -104,7 +104,7 @@ bevy_ecs = ["dep:bevy_ecs"] bevy_input = ["dep:bevy_input", "dep:bevy_ecs", "dep:glam"] [dependencies] -specta-macros = { version = "=2.0.0-rc.9", path = "./macros" } +specta-macros = { version = "=2.0.0-rc.10", 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 1f64f8b..3594968 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.9" +version = "2.0.0-rc.10" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT"