diff options
Diffstat (limited to 'planetwars-matchrunner/Cargo.toml')
-rw-r--r-- | planetwars-matchrunner/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml index b041d61..f69e7ff 100644 --- a/planetwars-matchrunner/Cargo.toml +++ b/planetwars-matchrunner/Cargo.toml @@ -18,6 +18,6 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" planetwars-rules = { path = "../planetwars-rules" } chrono = { version = "0.4", features = ["serde"] } -bollard = { git = "https://github.com/antoinert/bollard" } +bollard = { git = "https://github.com/fussybeaver/bollard", rev = "c5d87a4934c70a04f9c649fedb241dbd4943c927" } bytes = "1.1" -async-trait = "0.1"
\ No newline at end of file +async-trait = "0.1" |