diff --git a/specta-jsdoc/Cargo.toml b/specta-jsdoc/Cargo.toml index ad35ea2e..c70f986e 100644 --- a/specta-jsdoc/Cargo.toml +++ b/specta-jsdoc/Cargo.toml @@ -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 "] 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" } diff --git a/specta-serde/Cargo.toml b/specta-serde/Cargo.toml index ec12707c..1f1d66d4 100644 --- a/specta-serde/Cargo.toml +++ b/specta-serde/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "specta-serde" description = "Serde support for Specta" -version = "0.0.6" +version = "0.0.7" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" diff --git a/specta-typescript/Cargo.toml b/specta-typescript/Cargo.toml index 94af2919..ef254810 100644 --- a/specta-typescript/Cargo.toml +++ b/specta-typescript/Cargo.toml @@ -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 "] 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" diff --git a/specta-util/Cargo.toml b/specta-util/Cargo.toml index d4a6a80d..8fbcd01c 100644 --- a/specta-util/Cargo.toml +++ b/specta-util/Cargo.toml @@ -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 "] edition = "2021" license = "MIT"