From 4d87fb89bc4d51f1ee2c5cd4ff2e832d76539d24 Mon Sep 17 00:00:00 2001 From: Eric Walkingshaw Date: Sun, 14 Jul 2024 10:33:37 -0700 Subject: [PATCH] Fix dependency version --- t4t-games/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t4t-games/Cargo.toml b/t4t-games/Cargo.toml index ce5d208..f0f9be9 100644 --- a/t4t-games/Cargo.toml +++ b/t4t-games/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["game-theory", "economics", "evolution"] [dependencies] log = "0.4.22" -t4t = "0.1.0" +t4t = "0.1.1" # t4t = { path = "../t4t" } [dev-dependencies]