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.
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
# Dependencies which are only used with online, crates.io builds.
|
|
[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.*"
|