mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Update wayland-protocols requirement from 0.24 to 0.25 (#142)
Updates the requirements on [wayland-protocols](https://github.com/smithay/wayland-rs) to permit the latest version. - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
1f21794c8c
commit
880e8db6df
20
Cargo.toml
20
Cargo.toml
|
@ -42,61 +42,61 @@ features = [
|
||||||
[target.i686-unknown-linux-gnu.dependencies]
|
[target.i686-unknown-linux-gnu.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.armv7-unknown-linux-gnueabihf.dependencies]
|
[target.armv7-unknown-linux-gnueabihf.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.aarch64-unknown-linux-gnu.dependencies]
|
[target.aarch64-unknown-linux-gnu.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.x86_64-unknown-dragonfly.dependencies]
|
[target.x86_64-unknown-dragonfly.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.armv6-unknown-freebsd.dependencies]
|
[target.armv6-unknown-freebsd.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.armv7-unknown-freebsd.dependencies]
|
[target.armv7-unknown-freebsd.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.aarch64-unknown-freebsd.dependencies]
|
[target.aarch64-unknown-freebsd.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.x86_64-unknown-freebsd.dependencies]
|
[target.x86_64-unknown-freebsd.dependencies]
|
||||||
x11-dl = "2.18.3"
|
x11-dl = "2.18.3"
|
||||||
wayland-client = "0.25"
|
wayland-client = "0.25"
|
||||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
wayland-protocols = { version = "0.25", features = ["client"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.x86_64-unknown-redox.dependencies]
|
[target.x86_64-unknown-redox.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue