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"