update version

This commit is contained in:
桥下红药
2026-01-16 20:32:04 +08:00
parent 71f67a0a2b
commit c875f5b14d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "dht-crawler"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["桥下红药 <1121744186@qq.com>"]
description = "高性能的 Rust DHT(分布式哈希表)爬虫库,用于爬取 BitTorrent DHT 网络中的种子信息"
+1 -1
View File
@@ -17,7 +17,7 @@
```toml
[dependencies]
dht-crawler = "0.0.2"
dht-crawler = "0.0.3"
```
## 快速开始