Skip to content

Commit 773389b

Browse files
authored
fix!: Force a semver-breaking version bump in downstream crates (#234)
1 parent 8add292 commit 773389b

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

consumer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ edition = "2021"
1212

1313
[dependencies]
1414
accesskit = { version = "0.11.0", path = "../common" }
15+

platforms/macos/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ accesskit = { version = "0.11.0", path = "../../common" }
1515
accesskit_consumer = { version = "0.14.2", path = "../../consumer" }
1616
objc2 = ">=0.3.0-beta.3, <0.3.0-beta.4" # Allow `0.3.0-beta.3.patch-leaks`
1717
once_cell = "1.13.0"
18+

platforms/unix/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ atspi = "0.10.1"
1818
futures-lite = "1.12.0"
1919
serde = "1.0"
2020
zbus = "3.6"
21+

platforms/windows/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ features = [
3535
[dev-dependencies]
3636
scopeguard = "1.1.0"
3737
winit = "0.28"
38+

platforms/winit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ accesskit_unix = { version = "0.3.3", path = "../unix", optional = true }
2828

2929
[dev-dependencies]
3030
winit = "0.28"
31+

0 commit comments

Comments
 (0)