Skip to content

Commit abb1741

Browse files
committed
Remove outdated CI workaround
This made rust-analyzer enable the `"gnustep-1-7"` feature, which is confusing.
1 parent 193d1bc commit abb1741

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

crates/test-ui/Cargo.toml

-6
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ objc2 = { path = "../objc2" }
4444
objc2-foundation = { path = "../../framework-crates/objc2-foundation", default-features = false, features = ["std"] }
4545
objc2-core-foundation = { path = "../../framework-crates/objc2-core-foundation", default-features = false, features = ["std"] }
4646

47-
# To make CI work
48-
[target.'cfg(not(target_vendor = "apple"))'.dependencies]
49-
block2 = { path = "../block2", features = ["gnustep-1-7"] }
50-
objc2 = { path = "../objc2", features = ["gnustep-1-7"] }
51-
objc2-foundation = { path = "../../framework-crates/objc2-foundation", default-features = false, features = ["std", "gnustep-1-7"] }
52-
5347
[[bin]]
5448
name = "test-ui"
5549
required-features = ["run"]

0 commit comments

Comments
 (0)