Skip to content

Commit f8f28df

Browse files
fix macro version
1 parent fa0d809 commit f8f28df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ either = ["dep:either"]
102102
bevy_ecs = ["dep:bevy_ecs"]
103103

104104
[dependencies]
105-
specta-macros = { version = "=2.0.0-rc.8", path = "./macros" }
105+
specta-macros = { version = "=2.0.0-rc.9", path = "./macros" }
106106
serde = { version = "1.0.183", optional = true, default-features = false, features = ["derive"] }
107107
serde_json = { version = "1.0.104", optional = true, default-features = false, features = ["std"] }
108108
serde_yaml = { version = "0.9.25", optional = true, default-features = false, features = [] }

0 commit comments

Comments
 (0)