We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68a502 commit a7ce1f3Copy full SHA for a7ce1f3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "redact"
3
-version = "0.1.3"
+version = "0.1.4"
4
authors = ["Ethan Brierley <ethanboxx@gmail.com>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
README.md
@@ -47,7 +47,7 @@ struct Payment {
47
For serde support ensure the serde feature is enabled in your `Cargo.toml`.
48
49
```toml
50
-redact = { version = "0.0.11", features = ["serde"] }
+redact = { version = "0.1", features = ["serde"] }
51
```
52
53
`Deserialize` works as expected, transparently deserializing the enclosed secret.
0 commit comments