diff --git a/Cargo.toml b/Cargo.toml index 08bceaa..7b212ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "serde_bencode" description = "A Serde backed Bencode encoding/decoding library for Rust." -version = "0.2.2" +version = "0.2.3" authors = ["Toby Padilla "] repository = "https://github.com/toby/serde-bencode" documentation = "https://docs.rs/serde_bencode/" diff --git a/README.md b/README.md index 69de5e6..66acff4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -serde_bencode = "^0.2.2" +serde_bencode = "^0.2.3" serde = "^1.0.0" serde_derive = "^1.0.0" ```