Skip to content

Commit

Permalink
🎉 publish 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jul 17, 2023
1 parent 396bd7d commit aa19ad1
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 = "1.0.5"
version = "2.0.0-rc.1"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -87,7 +87,7 @@ tokio = ["dep:tokio"]
url = ["dep:url"]

[dependencies]
specta-macros = { version = "1.0.5", path = "./macros" }
specta-macros = { version = "2.0.0-rc.1", path = "./macros" }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = { version = "1.0.87", optional = true, default-features = false, features = ["std"] }
uuid = { version = "1.2.1", 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 = "1.0.5"
version = "2.0.0-rc.1"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit aa19ad1

Please sign in to comment.