Skip to content

Commit

Permalink
Update version to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Padilla committed Dec 1, 2020
1 parent 4ec4287 commit 370194b
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,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 <tobypadilla@gmail.com>"]
repository = "https://github.com/toby/serde-bencode"
documentation = "https://docs.rs/serde_bencode/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit 370194b

Please sign in to comment.