Pin trybuild to maintain MSRV

Also, check in our lockfile, due to Cargo's change in guidance for libs.
This commit is contained in:
Jubilee Young 2024-04-17 15:27:12 -07:00 committed by nori li
parent 6e2ffcc0c2
commit b65fb592de
3 changed files with 1121 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
/target
**/*.rs.bk
Cargo.lock
tags

1120
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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"] }