From 3dd940321cd7f6e4356afa4e505bac8016c83707 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Fri, 21 Jan 2022 23:44:20 +0100 Subject: define interface for running containerized bots --- planetwars-matchrunner/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'planetwars-matchrunner/Cargo.toml') diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml index 16c1249..c4cb00d 100644 --- a/planetwars-matchrunner/Cargo.toml +++ b/planetwars-matchrunner/Cargo.toml @@ -18,5 +18,5 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" planetwars-rules = { path = "../planetwars-rules" } chrono = { version = "0.4", features = ["serde"] } -bollard = "0.11" +bollard = { git = "https://github.com/antoinert/bollard" } bytes = "1.1" \ No newline at end of file -- cgit v1.2.3