Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
deps: Update x11rb, ashpd. (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Aug 9, 2023
1 parent 4992d88 commit c027829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ bitflags = "2.0.0"
accesskit_macos = { version = "0.7.0", optional = true }

[target.'cfg(any(target_os = "freebsd", target_os="linux", target_os="openbsd"))'.dependencies]
ashpd = { version = "0.4", optional = true }
ashpd = { version = "0.5", optional = true }
futures = { version = "0.3.24", optional = true, features = ["executor"] }

nix = { version = "0.25.0", optional = true }

x11rb = { version = "0.11.1", features = [
x11rb = { version = "0.12", features = [
"allow-unsafe-code",
"present",
"render",
Expand Down

0 comments on commit c027829

Please sign in to comment.