diff --git a/Cargo.toml b/Cargo.toml index d6213d3..0bb06da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 网络中的种子信息" diff --git a/README.md b/README.md index 32b4980..fc662b2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ```toml [dependencies] -dht-crawler = "0.0.2" +dht-crawler = "0.0.3" ``` ## 快速开始