Skip to content

Commit f747bad

Browse files
committed
v0.4.0
1 parent 7c18b9e commit f747bad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "debug3"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
description = "Space Efficient Pretty Printer"
@@ -11,7 +11,7 @@ repository = "https://github.com/aDotInTheVoid/debug3/"
1111
[dependencies]
1212
# Real Deps
1313
# TODO: Make derive optional
14-
debug3-derive = { version = "0.3.0", path = "derive" }
14+
debug3-derive = { version = "0.4.0", path = "derive" }
1515
# Foreign Impls
1616
aws-sdk-ec2 = { version = "0.15.0", optional = true }
1717
aws-smithy-types = { version = "0.45.0", optional = true }

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "debug3-derive"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Derive macro for debug3"

0 commit comments

Comments
 (0)