Skip to content

Commit

Permalink
chore: Update yanked dependencies (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
DataTriny authored Jan 13, 2024
1 parent 03bc0f9 commit f7d8d1a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ accesskit_macos = { version = "0.11.0", path = "../../platforms/macos" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.7.1", path = "../../platforms/unix" }

1 change: 1 addition & 0 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ accesskit_macos = { version = "0.11.0", path = "../../platforms/macos" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.7.1", path = "../../platforms/unix" }

1 change: 1 addition & 0 deletions platforms/unix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ tokio-stream = { version = "0.1.14", optional = true }
version = "1.32.0"
optional = true
features = ["macros", "net", "rt", "sync", "time"]

1 change: 1 addition & 0 deletions platforms/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ features = [
[dev-dependencies]
scopeguard = "1.1.0"
winit = "0.29"

1 change: 0 additions & 1 deletion platforms/winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ accesskit_unix = { version = "0.7.1", path = "../unix", optional = true, default
version = "0.29"
default-features = false
features = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]

0 comments on commit f7d8d1a

Please sign in to comment.