Skip to content

Commit

Permalink
Release v0.3.4 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
VanceLongwill authored Jul 3, 2024
1 parent ba578b0 commit 74bc9f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions expunge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "expunge"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description.workspace = true
keywords.workspace = true
Expand All @@ -12,7 +12,7 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
expunge_derive = { version = "0.3.3", path = "../expunge_derive" }
expunge_derive = { version = "0.3.4", path = "../expunge_derive" }
zeroize = { version = "1.7.0", optional = true }
secrecy = { version = "0.8.0", optional = true }
serde = { version = "1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion expunge_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "expunge_derive"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description.workspace = true
keywords.workspace = true
Expand Down

0 comments on commit 74bc9f7

Please sign in to comment.