Skip to content

Commit 43610a3

Browse files
committed
Fix trybuild version
More recent versions of trybuild do not appear to respect the RUSTFLAGS we set just before performing the build. This means they fail to find libautocxx-demo.a and linking fails.
1 parent aca3980 commit 43610a3

File tree

2 files changed

+22
-93
lines changed

2 files changed

+22
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ categories = ["development-tools::ffi", "api-bindings"]
2020

2121
[dependencies]
2222
proc-macro2 = "1.0.11"
23-
trybuild = "1.0.53"
23+
trybuild = "=1.0.81"
2424
test-log = "0.2.2"
2525
env_logger = "0.9.0"
2626
rust_info = "0.3.1"

0 commit comments

Comments
 (0)