mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
Eliminate syn 1 from minimal-versions
This commit is contained in:
parent
3cda68a7ea
commit
c28f8fa8f1
2 changed files with 7 additions and 7 deletions
|
@ -15,10 +15,10 @@ rust-version = "1.56"
|
|||
thiserror-impl = { version = "=1.0.40", path = "impl" }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.65"
|
||||
ref-cast = "1.0"
|
||||
rustversion = "1.0"
|
||||
trybuild = { version = "1.0.66", features = ["diff"] }
|
||||
anyhow = "1.0.71"
|
||||
ref-cast = "1.0.18"
|
||||
rustversion = "1.0.13"
|
||||
trybuild = { version = "1.0.81", features = ["diff"] }
|
||||
|
||||
[workspace]
|
||||
members = ["impl"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue