From 0424a6ecc61271879002e7727bb5828eee169f20 Mon Sep 17 00:00:00 2001 From: Zachary Johnson Date: Sat, 21 Sep 2024 13:13:14 -0400 Subject: [PATCH] Update screeps-game-api to 0.22.0 (#7) --- screeps-async/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screeps-async/Cargo.toml b/screeps-async/Cargo.toml index af2c825..57c4ffa 100644 --- a/screeps-async/Cargo.toml +++ b/screeps-async/Cargo.toml @@ -14,7 +14,7 @@ screeps-async-macros = { version = "0.1.3", path = "../screeps-async-macros" } async-task = "4.7" flume = { version = "0.11", default-features = false } -screeps-game-api = "0.20.1" +screeps-game-api = "0.22.0" [dev-dependencies] rstest = "0.18.2"