Skip to content

Commit

Permalink
release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Mar 9, 2022
1 parent 17c92d1 commit 6d33bba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["portal", "flatpak", "xdg", "desktop", "dbus"]
license = "MIT"
name = "ashpd"
repository = "https://github.com/bilelmoussaoui/ashpd"
version = "0.2.5"
version = "0.2.6"

[features]
default_features = []
Expand Down Expand Up @@ -37,9 +37,9 @@ futures = "0.3"
tracing = {version = "0.1", optional = true}
libc = {version = "0.2.94", optional = true}
raw-window-handle = {version = "0.4", optional = true}
wayland-client = {version = "0.30.0-alpha2", optional = true}
wayland-protocols = {version = "0.30.0-alpha2", optional = true, features = ["unstable_protocols", "client"]}
wayland-backend = {version = "0.1.0-alpha2", optional = true, features = ["client_system"]}
wayland-client = {version = "0.30.0-alpha6", optional = true}
wayland-protocols = {version = "0.30.0-alpha6", optional = true, features = ["unstable_protocols", "client"]}
wayland-backend = {version = "0.1.0-alpha6", optional = true, features = ["client_system"]}

[dev-dependencies]
serde_json = "1.0"

0 comments on commit 6d33bba

Please sign in to comment.