Skip to content

Commit

Permalink
🎉 Release 2.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Apr 2, 2024
1 parent e7fb839 commit 9461d1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "specta"
description = "Easily export your Rust types to other languages"
version = "2.0.0-rc.7"
version = "2.0.0-rc.8"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -102,7 +102,7 @@ either = ["dep:either"]
bevy_ecs = ["dep:bevy_ecs"]

[dependencies]
specta-macros = { version = "=2.0.0-rc.7", path = "./macros" }
specta-macros = { version = "=2.0.0-rc.8", 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "specta-macros"
description = "Macros for specta. Don't use directly!"
version = "2.0.0-rc.7"
version = "2.0.0-rc.8"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 9461d1d

Please sign in to comment.