Skip to content

Commit

Permalink
🎉 release 2.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Oct 22, 2023
1 parent 034a9c0 commit 95c6459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "specta"
description = "Easily export your Rust types to other languages"
version = "2.0.0-rc.5"
version = "2.0.0-rc.6"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -101,7 +101,7 @@ url = ["dep:url"]
either = ["dep:either"]

[dependencies]
specta-macros = { version = "2.0.0-rc.5", path = "./macros" }
specta-macros = { version = "2.0.0-rc.6", 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
2 changes: 1 addition & 1 deletion macros/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "specta-macros"
description = "Macros for specta. Don't use directly!"
version = "2.0.0-rc.5"
version = "2.0.0-rc.6"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 95c6459

Please sign in to comment.