diff --git a/Cargo.toml b/Cargo.toml index 6c5fe0a..8402585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redact" -version = "0.1.3" +version = "0.1.4" authors = ["Ethan Brierley "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index 5c98b86..d32a9e3 100644 --- a/README.md +++ b/README.md @@ -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.