Skip to content

Commit

Permalink
fix: min rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 24, 2024
1 parent b3300a7 commit a6977ee
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 @@ -6,6 +6,7 @@ resolver = "2"
authors = ["Christian Visintin <[email protected]>"]
categories = ["network-programming"]
edition = "2021"
rust-version = "1.75"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["remote-fs", "fuse-driver", "fuse"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions remotefs-fuse-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "remotefs-fuse-cli"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
categories = ["command-line-utilities", "network-programming"]
Expand Down
1 change: 1 addition & 0 deletions remotefs-fuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "remotefs-fuse"
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 a6977ee

Please sign in to comment.