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:
Dorota Czaplejewicz
2022-06-24 17:30:53 +00:00
parent c86161d5b5
commit 94aa0fa68f

View File

@ -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.*"