Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
fix broken travis build
Browse files Browse the repository at this point in the history
lock in a lower version of `thiserror` until
dtolnay/thiserror#53 is fixed
  • Loading branch information
jyn514 committed Dec 4, 2019
1 parent 365f6a2 commit 4aa0d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -20,7 +20,7 @@ env_logger = "0.7"
# I would rather not use both failure and thiserror, but cranelift uses both
failure = "0.1"
hexf = "0.1"
thiserror = "1"
thiserror = "<=1.0.6"
log = "0.4"
target-lexicon = "0.9"
tempfile = "3"
Expand Down

0 comments on commit 4aa0d3d

Please sign in to comment.