Skip to content

Commit cf950d6

Browse files
committed
Add comment.
1 parent 43610a3 commit cf950d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration-tests/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ categories = ["development-tools::ffi", "api-bindings"]
2020

2121
[dependencies]
2222
proc-macro2 = "1.0.11"
23+
# More recent versions of trybuild don't work due to
24+
# https://github.com/dtolnay/trybuild/issues/283
25+
# There are some workarounds suggested there if needs be.
2326
trybuild = "=1.0.81"
2427
test-log = "0.2.2"
2528
env_logger = "0.9.0"

0 commit comments

Comments
 (0)