Skip to content

Commit

Permalink
🎉 Release v2.0.0-rc.20
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Aug 4, 2024
1 parent 07d5b2b commit 9da887a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion specta-jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default = []
workspace = true

[dependencies]
specta = { version = "=2.0.0-rc.19", path = "../specta" }
specta = { version = "=2.0.0-rc.20", path = "../specta" }
specta-typescript = { version = "=0.0.6", path = "../specta-typescript" }
# TODO: Don't depend on serde
specta-serde = { version = "=0.0.6", path = "../specta-serde" }
2 changes: 1 addition & 1 deletion specta-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ rustdoc-args = ["--cfg", "docsrs"]
workspace = true

[dependencies]
specta = { version = "=2.0.0-rc.19", path = "../specta" }
specta = { version = "=2.0.0-rc.20", path = "../specta" }
thiserror = "1.0.61"
2 changes: 1 addition & 1 deletion specta-typescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function = ["specta/function"]
workspace = true

[dependencies]
specta = { version = "=2.0.0-rc.19", path = "../specta" }
specta = { version = "=2.0.0-rc.20", path = "../specta" }
# TODO: Don't depend on serde
specta-serde = { version = "=0.0.6", path = "../specta-serde" }
thiserror = "1.0.61"
2 changes: 1 addition & 1 deletion specta-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = []
workspace = true

[dependencies]
specta = { version = "=2.0.0-rc.19", path = "../specta" }
specta = { version = "=2.0.0-rc.20", path = "../specta" }
specta-macros = { version = "=2.0.0-rc.17", path = "../specta-macros", default-features = false, optional = true }
ctor = { version = "0.2.8", default-features = false, optional = true }
serde = "1.0.204" # TODO: Can we remove this or at least make it optional behind the `serde` flag
2 changes: 1 addition & 1 deletion 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.19"
version = "2.0.0-rc.20"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 9da887a

Please sign in to comment.