Update to serde_yaml 0.9.*

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/624>
This commit is contained in:
MoonlightWave-12
2024-03-19 16:59:20 +01:00
parent 807a994b8d
commit 332e5f91c8
5 changed files with 54 additions and 68 deletions

2
debian/control vendored
View File

@ -23,7 +23,7 @@ Build-Depends:
librust-gtk-sys-dev (>= 0.18),
librust-maplit-1-dev (>= 1.0),
librust-serde-derive-1-dev (>= 1.0),
librust-serde-yaml-0.8-dev (>= 0.8),
librust-serde-yaml-0.9-dev (>= 0.9),
librust-thread-local-dev,
librust-xkbcommon-dev (>= 0.5),
librust-zbus-1-dev (>= 1.9),

3
debian/rules vendored
View File

@ -26,6 +26,3 @@ export RUSTFLAGS = --remap-path-prefix=$(CURDIR)=/remap-pwd $(xgot)
%:
dh $@ --builddirectory=_build --buildsystem=meson
# The Debian version of linked-hash-map doesn't provide any hash,
# causing Cargo to refuse to build with a crates.io copy