diff --git a/Cargo.toml b/Cargo.toml index 11e45bf..124659e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ either = ["dep:either"] bevy_ecs = ["dep:bevy_ecs"] [dependencies] -specta-macros = { version = "=2.0.0-rc.8", path = "./macros" } +specta-macros = { version = "=2.0.0-rc.9", 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 = [] }