Skip to content

Commit fa691f7

Browse files
committed
bump the trybuild version to workaround dtolnay/trybuild#290
because we use `config.toml` to specify target specific rust flags, this broke how `trybuild` passed the `--verbose` flag to `rustc`. This issue was resolved in version 1.0.101, bumping the version to the latest should address some inconsistent behavior we see in our trybuild tests between local runs and CI.
1 parent 5ff07ca commit fa691f7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.lock

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

turbopack/crates/turbo-tasks-macros-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
anyhow = { workspace = true }
1010
serde = { workspace = true }
1111
tokio = { workspace = true }
12-
trybuild = { version = "1.0.97" }
12+
trybuild = { version = "1.0.104" }
1313
turbo-tasks = { workspace = true }
1414
turbo-tasks-testing = { workspace = true }
1515
turbo-tasks-memory = { workspace = true }

0 commit comments

Comments
 (0)