diff --git a/Cargo.toml b/Cargo.toml index 2335b0c..ebc8398 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "specta" description = "Easily export your Rust types to other languages" -version = "0.0.6" +version = "1.0.0" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" @@ -85,7 +85,7 @@ glam = ["dep:glam"] tokio = ["dep:tokio"] [dependencies] -specta-macros = { version = "0.0.6", path = "./macros" } +specta-macros = { version = "1.0.0", path = "./macros" } serde = { version = "1.0.147", features = ["derive"] } serde_json = { version = "1.0.87", optional = true, default-features = false, features = ["std"] } uuid = { version = "1.2.1", optional = true, default-features = false, features = [] } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 9468cac..f2a6ef9 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "specta-macros" description = "Macros for specta. Don't use directly!" -version = "0.0.6" +version = "1.0.0" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT"