diff --git a/Cargo.toml b/Cargo.toml index 1bcb7158..5ffca951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_cbor" -version = "0.10.0" +version = "0.10.1" authors = [ "Pyfisch ", "Steven Fackler "] diff --git a/README.md b/README.md index 1ecabc3d..f62f65c3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ of the JSON data model that is small and very fast to parse. Serde CBOR supports Rust 1.31 and up. Add this to your `Cargo.toml`: ```toml [dependencies] -serde_cbor = "0.10" +serde_cbor = "0.10.1" ``` Storing and loading Rust types is easy and requires only