Skip to content

Commit

Permalink
Fix trybuild version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adetaylor committed Dec 28, 2024
1 parent aca3980 commit 43610a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 93 deletions.
113 changes: 21 additions & 92 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories = ["development-tools::ffi", "api-bindings"]

[dependencies]
proc-macro2 = "1.0.11"
trybuild = "1.0.53"
trybuild = "=1.0.81"
test-log = "0.2.2"
env_logger = "0.9.0"
rust_info = "0.3.1"
Expand Down

0 comments on commit 43610a3

Please sign in to comment.