Skip to content

Commit a7ce1f3

Browse files
authored
Update version used in README (#33)
* Update version used in README * empty
1 parent c68a502 commit a7ce1f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redact"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Ethan Brierley <ethanboxx@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct Payment {
4747
For serde support ensure the serde feature is enabled in your `Cargo.toml`.
4848

4949
```toml
50-
redact = { version = "0.0.11", features = ["serde"] }
50+
redact = { version = "0.1", features = ["serde"] }
5151
```
5252

5353
`Deserialize` works as expected, transparently deserializing the enclosed secret.

0 commit comments

Comments
 (0)