Skip to content

Commit

Permalink
Merge pull request #297 from madsmtm/fix-trybuild-1-0-72
Browse files Browse the repository at this point in the history
Fix an issue that appears with `trybuild` v1.0.72
  • Loading branch information
madsmtm committed Dec 1, 2022
2 parents 982974a + 227056f commit 54ea20f
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 54ea20f

Please sign in to comment.