Skip to content

Commit b48fc02

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 d5f59fb commit b48fc02

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
@@ -27,7 +27,7 @@ futures = { version = "0.3", default-features = false }
2727
rustversion = "1.0.6"
2828
syn = { version = "2.0", features = ["full"] }
2929
thiserror = "2"
30-
trybuild = { version = "1.0.66", features = ["diff"] }
30+
trybuild = { version = "1.0.108", features = ["diff"] }
3131

3232
[package.metadata.docs.rs]
3333
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)