1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

exec fixes

This commit is contained in:
Robin Appelman 2021-03-30 21:11:16 +02:00
commit ec6df26bf7
3 changed files with 21 additions and 14 deletions

View file

@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
bollard = { version = "0.10", git = "https://github.com/icewind1991/bollard", branch = "exec-input" }
bollard = { version = "0.10", git = "https://github.com/icewind1991/bollard", branch = "marged" }
color-eyre = "0.5"
maplit = "1"
camino = { version = "1", features = ["serde1"] }