Skip to content

Commit 9b15a93

Browse files
committed
Pin thiserror to fix build on Rust 1.37.0
See: dtolnay/thiserror#227
1 parent 95a1481 commit 9b15a93

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ rust-version = "1.37"
1717
maintenance = { status = "experimental" }
1818

1919
[dev-dependencies]
20-
thiserror = "1"
20+
thiserror = "=1.0.39"

0 commit comments

Comments
 (0)