cargo: Halt overzealous upgrader
We're using a version of Cargo which doesn't support 2021 edition. The dependency Hashbrown 0.12 uses it, so we perform a minimal reshuffling to use 0.11.
This commit is contained in:
@ -2,3 +2,7 @@
|
||||
[patch.crates-io]
|
||||
# Dependency was yanked, but gio 0.7 needs it.
|
||||
fragile = { git = "https://source.puri.sm/dorota.czaplejewicz/fragile.git", tag = "0.3.0" }
|
||||
|
||||
# Override automatic upgrade done in serde_yaml.
|
||||
[dependencies.indexmap]
|
||||
version = "1.8.*"
|
||||
|
||||
Reference in New Issue
Block a user