Skip to content

Commit d13ce97

Browse files
🎉 Publish 2.0.0-rc.13
1 parent a9022e9 commit d13ce97

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.12"
4+
version = "2.0.0-rc.13"
55
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
66
edition = "2021"
77
license = "MIT"
@@ -107,7 +107,7 @@ bevy_input = ["dep:bevy_input", "dep:bevy_ecs", "dep:glam"]
107107
interop = ["dep:specta1"]
108108

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

0 commit comments

Comments
 (0)