klondike v0.4.0 tweaks + serde

This commit is contained in:
2026-06-09 10:18:50 -07:00
parent dba77e7c74
commit fb01881f62
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ resolver = "3"
[workspace.dependencies]
card_game = { version = "0.4.1", path = "card_game", registry = "Quaternions" }
klondike = { version = "0.3.0", path = "klondike", registry = "Quaternions" }
klondike = { version = "0.4.0", path = "klondike", registry = "Quaternions" }
[workspace.lints.rust]
# unsafe_code = "forbid"