Skip to content

Commit af8971e

Browse files
author
share121
committed
chore: 修改版本号
1 parent 498377c commit af8971e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fast-down-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-down-cli"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
edition.workspace = true
55
license.workspace = true
66
authors.workspace = true
@@ -14,7 +14,7 @@ keywords = ["downloader", "parallel", "thread", "concurrency", "performance"]
1414
categories = ["network-programming", "command-line-utilities"]
1515

1616
[dependencies]
17-
fast-down = { path = "../fast-down", version = "1.2.0", features = ["file"] }
17+
fast-down = { path = "../fast-down", version = "1.3.0", features = ["file"] }
1818
clap = { version = "4.5.36", features = ["derive"] }
1919
color-eyre = { workspace = true }
2020
reqwest = { workspace = true }

fast-down/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-down"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition.workspace = true
55
license.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)