diff --git a/Cargo.toml b/Cargo.toml index fd3ae06..b2d21e1 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.6" +version = "2.0.0-rc.7" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" @@ -105,7 +105,7 @@ either = ["dep:either"] bevy_ecs = ["dep:bevy_ecs"] [dependencies] -specta-macros = { version = "=2.0.0-rc.6", path = "./macros" } +specta-macros = { version = "=2.0.0-rc.7", 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 0fec9d8..2cfb42a 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.6" +version = "2.0.0-rc.7" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT"