We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841655b commit c7f3c8cCopy full SHA for c7f3c8c
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "serde_bencode"
3
description = "A Serde backed Bencode encoding/decoding library for Rust."
4
-version = "0.2.3"
+version = "0.2.4"
5
authors = ["Toby Padilla <tobypadilla@gmail.com>", "Nautilus Cyberneering <info@nautilus-cyberneering.de>"]
6
repository = "https://github.com/toby/serde-bencode"
7
documentation = "https://docs.rs/serde_bencode/"
README.md
@@ -11,7 +11,7 @@ Add the following to your `Cargo.toml`:
11
12
```toml
13
[dependencies]
14
-torrust-serde-bencode = "^0.2.3"
+torrust-serde-bencode = "^0.2.4"
15
serde = "^1.0.0"
16
serde_derive = "^1.0.0"
17
```
0 commit comments