Skip to content

Commit 628e8bb

Browse files
committed
fix: msrv
1 parent dd2f469 commit 628e8bb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ resolver = "2"
55
[workspace.package]
66
version = "6.0.5"
77
edition = "2021"
8+
rust-version = "1.71.1"
89
authors = [
910
"Christian Visintin <[email protected]>",
1011
"Matt McCoy <[email protected]>",

suppaftp-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
version = { workspace = true }
33
authors = { workspace = true }
44
edition = { workspace = true }
5+
rust-version = { workspace = true }
56
license = { workspace = true }
67
keywords = { workspace = true }
78
categories = { workspace = true }

suppaftp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "suppaftp"
33
version = { workspace = true }
44
authors = { workspace = true }
55
edition = { workspace = true }
6+
rust-version = { workspace = true }
67
license = { workspace = true }
78
keywords = { workspace = true }
89
categories = { workspace = true }

0 commit comments

Comments
 (0)