Skip to content

Commit

Permalink
Fix an issue that appears with trybuild v1.0.72
Browse files Browse the repository at this point in the history
See dtolnay/trybuild#209

Likely happened because we're using a non-standard setup of trybuild.
  • Loading branch information
madsmtm committed Dec 1, 2022
1 parent 982974a commit 227056f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/test-ui/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ gnustep-2-1 = ["gnustep-2-0", "block2/gnustep-2-1", "objc2/gnustep-2-1"]
run = ["trybuild"]

[dependencies]
trybuild = { version = "1.0.63", optional = true }
trybuild = { version = "1.0.72", optional = true }
block2 = { path = "../block2", default-features = false }
objc2 = { path = "../objc2", default-features = false }

Expand Down
1 change: 1 addition & 0 deletions crates/test-ui/src/lib.rs
@@ -0,0 +1 @@

0 comments on commit 227056f

Please sign in to comment.