Skip to content

Commit 95c6459

Browse files
🎉 release 2.0.0-rc.6
1 parent 034a9c0 commit 95c6459

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

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

0 commit comments

Comments
 (0)