diff --git a/Cargo.toml b/Cargo.toml index acc6238..97f09eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "specta" description = "Easily export your Rust types to other languages" -version = "2.0.0-rc.5" +version = "2.0.0-rc.6" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" @@ -101,7 +101,7 @@ url = ["dep:url"] either = ["dep:either"] [dependencies] -specta-macros = { version = "2.0.0-rc.5", path = "./macros" } +specta-macros = { version = "2.0.0-rc.6", path = "./macros" } serde = { version = "1.0.183", optional = true, default-features = false, features = ["derive"] } serde_json = { version = "1.0.104", optional = true, default-features = false, features = ["std"] } serde_yaml = { version = "0.9.25", optional = true, default-features = false, features = [] } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c118cc4..0fec9d8 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 = "2.0.0-rc.5" +version = "2.0.0-rc.6" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT"