Skip to content

Commit 259f48c

Browse files
committed
Enforce trybuild >= 1.0.108
Older versions produce slightly differently normalized output when run against 1.90.0+ Rust compiler.
1 parent 470e6a6 commit 259f48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ thiserror-impl = { version = "=2.0.16", path = "impl" }
3434
anyhow = "1.0.73"
3535
ref-cast = "1.0.18"
3636
rustversion = "1.0.13"
37-
trybuild = { version = "1.0.81", features = ["diff"] }
37+
trybuild = { version = "1.0.108", features = ["diff"] }
3838

3939
[workspace]
4040
members = ["impl", "tests/no-std"]

0 commit comments

Comments
 (0)