Skip to content

Commit

Permalink
Bump rest of versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jul 9, 2024
1 parent bbf81f3 commit c605422
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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 = { path = "../specta" }
specta = { version = "=2.0.0-rc.14", path = "../specta" }
thiserror = "1.0.61"
4 changes: 2 additions & 2 deletions 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 = { path = "../specta" }
specta = { version = "=2.0.0-rc.14", path = "../specta" }
# TODO: Don't depend on serde
specta-serde = { path = "../specta-serde" }
specta-serde = { version = "=0.0.1", path = "../specta-serde" }
thiserror = "1.0.61"
4 changes: 2 additions & 2 deletions 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 = { path = "../specta" }
specta-macros = { path = "../specta-macros", default-features = false, optional = true }
specta = { version = "=2.0.0-rc.14", path = "../specta" }
specta-macros = { version = "=2.0.0-rc.14", 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
Expand Up @@ -84,7 +84,7 @@ interop = ["dep:specta1"]
workspace = true

[dependencies]
specta-macros = { version = "=2.0.0-rc.13", optional = true, path = "../specta-macros" }
specta-macros = { version = "=2.0.0-rc.14", optional = true, path = "../specta-macros" }
thiserror = "1.0.61"
paste = "1.0.15"

Expand Down

0 comments on commit c605422

Please sign in to comment.