Skip to content

Commit 9bbd811

Browse files
🎉 Release 2.0.0-rc.7
1 parent 01b6f2c commit 9bbd811

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.6"
4+
version = "2.0.0-rc.7"
55
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
66
edition = "2021"
77
license = "MIT"
@@ -105,7 +105,7 @@ either = ["dep:either"]
105105
bevy_ecs = ["dep:bevy_ecs"]
106106

107107
[dependencies]
108-
specta-macros = { version = "=2.0.0-rc.6", path = "./macros" }
108+
specta-macros = { version = "=2.0.0-rc.7", path = "./macros" }
109109
serde = { version = "1.0.183", optional = true, default-features = false, features = ["derive"] }
110110
serde_json = { version = "1.0.104", optional = true, default-features = false, features = ["std"] }
111111
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.6"
4+
version = "2.0.0-rc.7"
55
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)