Update dep and fix no pipeline clean
... | ... | @@ -14,7 +14,7 @@ console = "0.15.2" |
derive_builder = "0.20.0" | ||
dialoguer = "0.11.0" | ||
git2 = { version = "0.18.1", features = ["vendored-libgit2"] } | ||
gitlab = "0.1609.0" | ||
gitlab = "0.1609.2" | ||
# Erreurs au passage de la version 0.13.0 | ||
graphql_client = "~0.11.0" | ||
human_bytes = "0.4.3" | ||
... | ... | @@ -27,6 +27,3 @@ rust-embed = "8.0.0" |
serde = "1.0.190" | ||
serde_json = "1.0.107" | ||
structopt = "0.3.26" | ||
[patch.crates-io] | ||
gitlab = { git = "https://gitlab.kitware.com/geoffreyarthaud/rust-gitlab.git", branch = "fix/jobtoken" } | ||
\ No newline at end of file |
Please register or sign in to comment