Skip to content

Commit 248bbde

Browse files
committed
Merge remote-tracking branch 'origin/main' into roll-bindgen-dec-2024
2 parents 5f44c00 + bea6877 commit 248bbde

File tree

2 files changed

+25
-93
lines changed

2 files changed

+25
-93
lines changed

Cargo.lock

Lines changed: 21 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ categories = ["development-tools::ffi", "api-bindings"]
2020

2121
[dependencies]
2222
proc-macro2 = "1.0.11"
23-
trybuild = "1.0.53"
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"
2427
test-log = "0.2.2"
2528
env_logger = "0.9.0"
2629
rust_info = "0.3.1"

0 commit comments

Comments
 (0)