card_game v0.2.0

This commit is contained in:
2026-05-18 13:09:29 -07:00
parent f8dd9e008c
commit ec25f11ca5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ members = [
resolver = "3"
[workspace.dependencies]
card_game = { version = "0.1.0", path = "card_game" }
card_game = { version = "0.2.0", path = "card_game" }
klondike = { version = "0.1.0", path = "klondike" }
[workspace.lints.rust]