card_game v0.4.0 solver

This commit is contained in:
2026-05-29 14:52:58 -07:00
parent 9a4f7e603a
commit fa098f0d86
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ members = [
resolver = "3"
[workspace.dependencies]
card_game = { version = "0.3.0", path = "card_game", registry = "Quaternions" }
card_game = { version = "0.4.0", path = "card_game", registry = "Quaternions" }
klondike = { version = "0.2.0", path = "klondike", registry = "Quaternions" }
[workspace.lints.rust]