Update to serde_yaml 0.9.*
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/624>
This commit is contained in:
2
debian/control
vendored
2
debian/control
vendored
@ -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
3
debian/rules
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user