We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43610a3 commit cf950d6Copy full SHA for cf950d6
integration-tests/Cargo.toml
@@ -20,6 +20,9 @@ categories = ["development-tools::ffi", "api-bindings"]
20
21
[dependencies]
22
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.
26
trybuild = "=1.0.81"
27
test-log = "0.2.2"
28
env_logger = "0.9.0"
0 commit comments