Skip to content

Commit 2887cdd

Browse files
authored
fix!: Force a semver-breaking release (#589)
1 parent ccc62b7 commit 2887cdd

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

platforms/android/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ accesskit = { version = "0.19.0", path = "../../common" }
1919
accesskit_consumer = { version = "0.28.0", path = "../../consumer" }
2020
jni = "0.21.1"
2121
log = "0.4.17"
22+

platforms/atspi-common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ atspi-common = { version = "0.9", default-features = false }
2121
serde = "1.0"
2222
thiserror = "1.0"
2323
zvariant = { version = "5.4", default-features = false }
24-

platforms/macos/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ objc2-app-kit = { version = "0.2.0", features = [
3434
"NSView",
3535
"NSWindow",
3636
] }
37-

platforms/unix/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ tokio-stream = { version = "0.1.14", optional = true }
3636
version = "1.32.0"
3737
optional = true
3838
features = ["macros", "net", "rt", "sync", "time"]
39-

platforms/windows/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ features = [
4040
once_cell = "1.13.0"
4141
scopeguard = "1.1.0"
4242
winit = "0.30"
43-

platforms/winit/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ accesskit_android = { version = "0.2.0", path = "../android", optional = true, f
4040
version = "0.30.5"
4141
default-features = false
4242
features = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]
43-

0 commit comments

Comments
 (0)