Skip to content

Commit

Permalink
Fix ci breaking due to new dependencies and rustc changes (backport t…
Browse files Browse the repository at this point in the history
…o 0.6) (#162)
  • Loading branch information
pksunkara authored Mar 29, 2024
2 parents 701d05a + 792c084 commit 40f4299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eyre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pyo3 = { version = "0.20", optional = true, default-features = false }
futures = { version = "0.3", default-features = false }
rustversion = "1.0"
thiserror = "1.0"
trybuild = { version = "1.0.19", features = ["diff"] }
trybuild = { version = "=1.0.83", features = ["diff"] }
backtrace = "0.3.46"
anyhow = "1.0.28"
syn = { version = "2.0", features = ["full"] }
Expand Down

0 comments on commit 40f4299

Please sign in to comment.