mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 04:50:50 +00:00
Fix ci breaking due to new dependencies and rustc changes (backport to 0.6) (#162)
This commit is contained in:
commit
40f429932b
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user