File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ resolver = "3"
66authors = [
" Samuel Huang <[email protected] >" ]
77version = " 0.9.4"
88edition = " 2024"
9+ rust-version = " 1.85"
910readme = " README.md"
1011repository = " https://github.com/huangsam/rustoku"
1112license = " MIT"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ description = "Command-line interface for the Rustoku library"
44authors.workspace = true
55version.workspace = true
66edition.workspace = true
7+ rust-version.workspace = true
78readme.workspace = true
89repository.workspace = true
910license.workspace = true
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ description = "Lightning-fast Sudoku solving and generation"
44authors.workspace = true
55version.workspace = true
66edition.workspace = true
7+ rust-version.workspace = true
78readme.workspace = true
89repository.workspace = true
910license.workspace = true
You can’t perform that action at this time.
0 commit comments