Skip to content

Commit 0defd74

Browse files
committed
Update xkbcommon-dl to 0.4.0
Most things were simply renamed due to migration to xkeysym.
1 parent e23186d commit 0defd74

File tree

4 files changed

+426
-417
lines changed

4 files changed

+426
-417
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ wayland-backend = { version = "0.1.0", default_features = false, features = ["cl
123123
wayland-protocols = { version = "0.30.0", features = [ "staging"], optional = true }
124124
calloop = "0.10.5"
125125
x11-dl = { version = "2.18.5", optional = true }
126-
xkbcommon-dl = "0.3.0"
126+
xkbcommon-dl = "0.4.0"
127127
memmap2 = { version = "0.5.0", optional = true }
128128

129129
[target.'cfg(target_os = "redox")'.dependencies]

deny.toml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ skip = [
3737
{ name = "memmap2" }, # sctk uses a different version until the next update
3838
{ name = "libloading" }, # x11rb uses a different version until the next update
3939
{ name = "syn" }, # https://github.com/rust-mobile/ndk/issues/392 and https://github.com/rustwasm/wasm-bindgen/issues/3390
40+
{ name = "num_enum"}, # See above ^, waiting for release
41+
{ name = "num_enum_derive"},# See above ^, waiting for release
4042
{ name = "miniz_oxide"}, # https://github.com/rust-lang/flate2-rs/issues/340
4143
{ name = "redox_syscall" }, # https://gitlab.redox-os.org/redox-os/orbclient/-/issues/46
4244
]

0 commit comments

Comments
 (0)