Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jun 24, 2024
2 parents fdc6b8e + d13ce97 commit dcb51f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion specta-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.10"
version = "2.0.0-rc.13"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions specta/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.12"
version = "2.0.0-rc.13"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -84,7 +84,7 @@ bevy_input = ["dep:bevy_input", "dep:bevy_ecs", "dep:glam"]
interop = ["dep:specta1"]

[dependencies]
specta-macros = { version = "=2.0.0-rc.10", path = "../specta-macros" }
specta-macros = { version = "=2.0.0-rc.13", path = "../specta-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

0 comments on commit dcb51f4

Please sign in to comment.