-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
How is 0.0.7 not in Git. I also push to Git.
- Loading branch information
1 parent
9da887a
commit 13c7480
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|