File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " veil"
3
- version = " 0.1.4 "
3
+ version = " 0.1.5 "
4
4
edition = " 2021"
5
5
description = " Rust derive macro for redacting sensitive data in `std::fmt::Debug`"
6
6
license = " MIT OR Apache-2.0"
@@ -28,7 +28,7 @@ name = "disable_redaction"
28
28
required-features = [" toggle" ]
29
29
30
30
[dependencies ]
31
- veil-macros = { path = " veil-macros" , version = " =0.1.4 " }
31
+ veil-macros = { path = " veil-macros" , version = " =0.1.5 " }
32
32
once_cell = " 1"
33
33
34
34
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add to your Cargo.toml:
14
14
15
15
``` toml
16
16
[dependencies ]
17
- veil = " 0.1.4 "
17
+ veil = " 0.1.5 "
18
18
```
19
19
20
20
Usage documentation can be found [ here] ( https://docs.rs/veil ) .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " veil-macros"
3
- version = " 0.1.4 "
3
+ version = " 0.1.5 "
4
4
edition = " 2021"
5
5
description = " Veil procedural macros"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments