From 42e0c337d7d72305cce97dc2f5071173a52ddd14 Mon Sep 17 00:00:00 2001 From: Zachary Johnson Date: Fri, 20 Sep 2024 20:21:16 -0400 Subject: [PATCH] Update screeps-game-api to 0.22.0 --- 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"