Skip to content

Commit

Permalink
Remove outdated CI workaround
Browse files Browse the repository at this point in the history
This made rust-analyzer enable the `"gnustep-1-7"` feature, which is
confusing.
  • Loading branch information
madsmtm committed Jan 17, 2025
1 parent 193d1bc commit abb1741
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/test-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ objc2 = { path = "../objc2" }
objc2-foundation = { path = "../../framework-crates/objc2-foundation", default-features = false, features = ["std"] }
objc2-core-foundation = { path = "../../framework-crates/objc2-core-foundation", default-features = false, features = ["std"] }

# To make CI work
[target.'cfg(not(target_vendor = "apple"))'.dependencies]
block2 = { path = "../block2", features = ["gnustep-1-7"] }
objc2 = { path = "../objc2", features = ["gnustep-1-7"] }
objc2-foundation = { path = "../../framework-crates/objc2-foundation", default-features = false, features = ["std", "gnustep-1-7"] }

[[bin]]
name = "test-ui"
required-features = ["run"]
Expand Down

0 comments on commit abb1741

Please sign in to comment.