We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb8ee7 commit 6a78e4bCopy full SHA for 6a78e4b
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v0.5.1
4
+
5
+### Updated
6
7
+* Use `Bytes` for `Values::Dict` index access instead of allocating a `ByteBuf`.
8
9
## v0.5.0
10
11
### Updated
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bt_bencode"
-version = "0.5.0"
+version = "0.5.1"
license = "MIT OR Apache-2.0"
authors = ["Bryant Luk <code@bryantluk.com>"]
edition = "2018"
README.md
@@ -12,7 +12,7 @@ It uses the [Serde][serde] library to serialize and deserialize Bencode data.
12
13
```toml
14
[dependencies]
15
-bt_bencode = "0.5.0"
+bt_bencode = "0.5.1"
16
```
17
18
## License
0 commit comments