Skip to content

Commit

Permalink
Update version used in README (#33)
Browse files Browse the repository at this point in the history
* Update version used in README

* empty
  • Loading branch information
eopb authored Jul 28, 2023
1 parent c68a502 commit a7ce1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redact"
version = "0.1.3"
version = "0.1.4"
authors = ["Ethan Brierley <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct Payment {
For serde support ensure the serde feature is enabled in your `Cargo.toml`.

```toml
redact = { version = "0.0.11", features = ["serde"] }
redact = { version = "0.1", features = ["serde"] }
```

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

0 comments on commit a7ce1f3

Please sign in to comment.