Skip to content

Commit c7f3c8c

Browse files
committed
release: v0.2.4
1 parent 841655b commit c7f3c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "serde_bencode"
33
description = "A Serde backed Bencode encoding/decoding library for Rust."
4-
version = "0.2.3"
4+
version = "0.2.4"
55
authors = ["Toby Padilla <tobypadilla@gmail.com>", "Nautilus Cyberneering <info@nautilus-cyberneering.de>"]
66
repository = "https://github.com/toby/serde-bencode"
77
documentation = "https://docs.rs/serde_bencode/"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the following to your `Cargo.toml`:
1111

1212
```toml
1313
[dependencies]
14-
torrust-serde-bencode = "^0.2.3"
14+
torrust-serde-bencode = "^0.2.4"
1515
serde = "^1.0.0"
1616
serde_derive = "^1.0.0"
1717
```

0 commit comments

Comments
 (0)