Use xkbcommon-dl 0.3.0
This commit is contained in:
parent
1805124c54
commit
b5af6bb266
2 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ multiple-versions = "deny"
|
|||
wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
|
||||
deny = []
|
||||
skip = [
|
||||
{ name = "bitflags" }, # the ecosystem is in the process of migrating.
|
||||
{ name = "nix" }, # differing version - as of 2023-03-02 whis can be solved with `cargo update && cargo update -p calloop --precise 0.10.2`
|
||||
{ name = "memoffset"}, # due to different nix versions.
|
||||
{ name = "syn" }, # https://github.com/rust-mobile/ndk/issues/392 and https://github.com/rustwasm/wasm-bindgen/issues/3390
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue