We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3161f commit 4af381dCopy full SHA for 4af381d
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## UNRELEASED (YYYY-MM-DD)
9
10
+## Version 0.3.2 (2025-08-29)
11
+
12
### Added
13
14
- `InfoHash` and `SingleTarget` now implement `Eq` and `Hash` for use in maps and other collections
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "hightorrent"
3
description = "High-level torrent library which supports Bittorrent v1, v2 and hybrid torrents"
4
-version = "0.3.1"
+version = "0.3.2"
5
edition = "2021"
6
authors = [ "angrynode <[email protected]>" ]
documentation = "https://docs.rs/hightorrent"
0 commit comments