diff --git a/Cargo.toml b/Cargo.toml index 378cecc..946b1c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "debug3" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Space Efficient Pretty Printer" @@ -11,7 +11,7 @@ repository = "https://github.com/aDotInTheVoid/debug3/" [dependencies] # Real Deps # TODO: Make derive optional -debug3-derive = { version = "0.2.0", path = "derive" } +debug3-derive = { version = "0.3.0", path = "derive" } # Foreign Impls aws-sdk-ec2 = { version = "0.15.0", optional = true } aws-smithy-types = { version = "0.45.0", optional = true } diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 4bd2dc8..e41dfb8 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "debug3-derive" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Derive macro for debug3"