From f747bad1807a93684885a5ce089f4db6e9ecc7fe Mon Sep 17 00:00:00 2001 From: Alona Enraght-Moony Date: Mon, 1 Jan 2024 20:30:43 +0000 Subject: [PATCH] v0.4.0 --- Cargo.toml | 4 ++-- derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c22aa4f..c762db0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "debug3" -version = "0.3.0" +version = "0.4.0" edition = "2018" 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.3.0", path = "derive" } +debug3-derive = { version = "0.4.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 6a5f63f..a5be089 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "debug3-derive" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Derive macro for debug3"