Merge branch 'fix' into 'master'

cargo: Halt overzealous upgrader

See merge request World/Phosh/squeekboard!559
This commit is contained in:
dcz
2022-06-24 17:58:31 +00:00

View File

@ -1,4 +1,8 @@
# Dependencies which are only used with online, crates.io builds. # Dependencies which are only used with online, crates.io builds.
[patch.crates-io] [patch.crates-io]
# Dependency was yanked, but gio 0.7 needs it. # Dependency was yanked, but gio 0.7 needs it.
fragile = { git = "https://source.puri.sm/dorota.czaplejewicz/fragile.git", tag = "0.3.0" } 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.*"