Skip to content

Commit 903e66a

Browse files
committed
Specify minimum Rust version
1 parent a336719 commit 903e66a

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
@@ -6,6 +6,7 @@ resolver = "3"
66
authors = ["Samuel Huang <[email protected]>"]
77
version = "0.9.4"
88
edition = "2024"
9+
rust-version = "1.85"
910
readme = "README.md"
1011
repository = "https://github.com/huangsam/rustoku"
1112
license = "MIT"

rustoku-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "Command-line interface for the Rustoku library"
44
authors.workspace = true
55
version.workspace = true
66
edition.workspace = true
7+
rust-version.workspace = true
78
readme.workspace = true
89
repository.workspace = true
910
license.workspace = true

rustoku-lib/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "Lightning-fast Sudoku solving and generation"
44
authors.workspace = true
55
version.workspace = true
66
edition.workspace = true
7+
rust-version.workspace = true
78
readme.workspace = true
89
repository.workspace = true
910
license.workspace = true

0 commit comments

Comments
 (0)