Skip to content

Commit

Permalink
fix macro version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Apr 2, 2024
1 parent fa0d809 commit f8f28df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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 = [] }
Expand Down

0 comments on commit f8f28df

Please sign in to comment.