Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aDotInTheVoid committed Feb 12, 2023
1 parent 00b0684 commit db955cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit db955cf

Please sign in to comment.