Skip to content

Commit

Permalink
Bump wayland crates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Dec 30, 2022
1 parent f48b1c7 commit fde6399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ futures-channel = "0.3"
tracing = {version = "0.1", optional = true}
libc = {version = "0.2", optional = true}
raw-window-handle = {version = "0.5", optional = true}
wayland-client = {version = "0.30.0-beta.10", optional = true}
wayland-protocols = {version = "0.30.0-beta.10", optional = true, features = ["unstable", "client"]}
wayland-backend = {version = "0.1.0-beta.10", optional = true, features = ["client_system"]}
wayland-client = {version = "0.30", optional = true}
wayland-protocols = {version = "0.30", optional = true, features = ["unstable", "client"]}
wayland-backend = {version = "0.1", optional = true, features = ["client_system"]}
async-std = {version = "1.12", optional = true}
tokio = {version = "1.21", features = ["fs", "io-util"], optional = true, default-features = false}
once_cell = "1.14"
Expand Down

0 comments on commit fde6399

Please sign in to comment.