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

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