mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-26 20:40:49 +00:00
Pin trybuild to maintain MSRV
Also, check in our lockfile, due to Cargo's change in guidance for libs.
This commit is contained in:
parent
6e2ffcc0c2
commit
b65fb592de
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
tags
|
||||
|
1120
Cargo.lock
generated
Normal file
1120
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,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.83", features = ["diff"] }
|
||||
trybuild = { version = "=1.0.89", features = ["diff"] } # pinned due to MSRV
|
||||
backtrace = "0.3.46"
|
||||
anyhow = "1.0.28"
|
||||
syn = { version = "2.0", features = ["full"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user