Skip to content

Commit 0c5cbf3

Browse files
committed
chore: 更新版本号
1 parent 2031fc1 commit 0c5cbf3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/fast-down/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fast-down"
33
description = "Download everything fast"
4-
version = "3.4.0"
4+
version = "3.5.0"
55
readme = "README.md"
66
documentation = "https://docs.rs/fast-down"
77
keywords = ["download", "fast", "parallel", "concurrency"]

crates/fast-pull/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fast-pull"
33
description = "Pull everything fast"
4-
version = "3.4.0"
4+
version = "3.5.0"
55
readme = "README.md"
66
documentation = "https://docs.rs/fast-pull"
77
keywords = ["performance", "multiplex", "fast", "parallel", "concurrency"]

crates/fast-steal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fast-steal"
33
description = "特别快的多线程任务调度器,支持超细颗粒度的任务窃取"
4-
version = "6.1.0"
4+
version = "6.2.0"
55
readme = "README.md"
66
documentation = "https://docs.rs/fast-steal"
77
keywords = ["parallel", "thread", "concurrency", "performance", "no-std"]

0 commit comments

Comments
 (0)