Skip to content

Commit

Permalink
fix: msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Dec 26, 2024
1 parent dd2f469 commit 628e8bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resolver = "2"
[workspace.package]
version = "6.0.5"
edition = "2021"
rust-version = "1.71.1"
authors = [
"Christian Visintin <christian.visintin@veeso.dev>",
"Matt McCoy <mattnenterprise@yahoo.com>",
Expand Down
1 change: 1 addition & 0 deletions suppaftp-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions suppaftp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "suppaftp"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }
Expand Down

0 comments on commit 628e8bb

Please sign in to comment.