Skip to content

Commit

Permalink
i'm soooo confused
Browse files Browse the repository at this point in the history
How is 0.0.7 not in Git. I also push to Git.
  • Loading branch information
oscartbeaumont committed Aug 4, 2024
1 parent 9da887a commit 13c7480
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions specta-jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "specta-jsdoc"
description = "Export your Rust types to JSDoc"
version = "0.0.6"
version = "0.0.7"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -23,6 +23,6 @@ workspace = true

[dependencies]
specta = { version = "=2.0.0-rc.20", path = "../specta" }
specta-typescript = { version = "=0.0.6", path = "../specta-typescript" }
specta-typescript = { version = "=0.0.7", path = "../specta-typescript" }
# TODO: Don't depend on serde
specta-serde = { version = "=0.0.6", path = "../specta-serde" }
specta-serde = { version = "=0.0.7", path = "../specta-serde" }
2 changes: 1 addition & 1 deletion specta-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "specta-serde"
description = "Serde support for Specta"
version = "0.0.6"
version = "0.0.7"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions specta-typescript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "specta-typescript"
description = "Export your Rust types to TypeScript"
version = "0.0.6"
version = "0.0.7"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -27,5 +27,5 @@ workspace = true
[dependencies]
specta = { version = "=2.0.0-rc.20", path = "../specta" }
# TODO: Don't depend on serde
specta-serde = { version = "=0.0.6", path = "../specta-serde" }
specta-serde = { version = "=0.0.7", 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
@@ -1,7 +1,7 @@
[package]
name = "specta-util"
description = "High-level utilities for working with Specta"
version = "0.0.6"
version = "0.0.7"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 13c7480

Please sign in to comment.