Skip to content

Commit

Permalink
fix: Reduce the winit version requirement to match egui (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell committed Nov 25, 2022
1 parent 24519ef commit 1d27482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platforms/winit/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
[dependencies]
accesskit = { version = "0.8.0", path = "../../common" }
parking_lot = "0.12.1"
winit = { version = "0.27.3", default-features = false, features = ["x11", "wayland", "wayland-dlopen"] }
winit = { version = "0.27.2", default-features = false, features = ["x11", "wayland", "wayland-dlopen"] }

[target.'cfg(target_os = "windows")'.dependencies]
accesskit_windows = { version = "0.9.3", path = "../windows" }
Expand All @@ -22,4 +22,4 @@ accesskit_windows = { version = "0.9.3", path = "../windows" }
accesskit_macos = { version = "0.1.3", path = "../macos" }

[dev-dependencies]
winit = "0.27.3"
winit = "0.27.2"
2 changes: 1 addition & 1 deletion release-please-config.json
@@ -1,5 +1,5 @@
{
"bootstrap-sha": "dbfa4bce848ece5976cc17f7068b57c68b7a449d",
"bootstrap-sha": "24519ef87c1ff69bcb7133587a1a82f6dfbc8836",
"bump-minor-pre-major": true,
"plugins": ["cargo-workspace"],
"release-type": "rust",
Expand Down

0 comments on commit 1d27482

Please sign in to comment.