Skip to content

Commit

Permalink
Bump version (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: William Venner <[email protected]>
  • Loading branch information
WilliamVenner and WilliamVenner authored Dec 22, 2022
1 parent 390a4c9 commit 223ddb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "veil"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "Rust derive macro for redacting sensitive data in `std::fmt::Debug`"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -28,7 +28,7 @@ name = "disable_redaction"
required-features = ["toggle"]

[dependencies]
veil-macros = { path = "veil-macros", version = "=0.1.4" }
veil-macros = { path = "veil-macros", version = "=0.1.5" }
once_cell = "1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add to your Cargo.toml:

```toml
[dependencies]
veil = "0.1.4"
veil = "0.1.5"
```

Usage documentation can be found [here](https://docs.rs/veil).
Expand Down
2 changes: 1 addition & 1 deletion veil-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veil-macros"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "Veil procedural macros"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 223ddb8

Please sign in to comment.