Skip to content

Commit 587105f

Browse files
🎉 Release 2.0.0-rc.10
1 parent 9a3f807 commit 587105f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "specta"
33
description = "Easily export your Rust types to other languages"
4-
version = "2.0.0-rc.9"
4+
version = "2.0.0-rc.10"
55
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
66
edition = "2021"
77
license = "MIT"
@@ -104,7 +104,7 @@ bevy_ecs = ["dep:bevy_ecs"]
104104
bevy_input = ["dep:bevy_input", "dep:bevy_ecs", "dep:glam"]
105105

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

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "specta-macros"
33
description = "Macros for specta. Don't use directly!"
4-
version = "2.0.0-rc.9"
4+
version = "2.0.0-rc.10"
55
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)