Skip to content

Commit

Permalink
Add fud2 minimum rust version. (#2271)
Browse files Browse the repository at this point in the history
Adds a minimum rust version to `fud2` and `fud-core`.
  • Loading branch information
jku20 authored Aug 26, 2024
1 parent 7614bea commit 2685ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fud2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors.workspace = true
license-file.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version = "1.76"

keywords = ["build-tool"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions fud2/fud-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "fud-core"
version = "0.0.2"
edition.workspace = true
license-file.workspace = true
rust-version = "1.76"

keywords = ["build-tool"]
readme = "../README.md"
Expand Down

0 comments on commit 2685ab9

Please sign in to comment.