Skip to content

Commit

Permalink
Bumps thiserror to pacify cargo nightly clippy. (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso authored Jul 12, 2021
1 parent 558f567 commit 134c217
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libc = "0.2"
log = "0.4.2"
rand = { version = "0.7.3", features = ["small_rng"]}
scroll = "0.10.1"
thiserror = "1.0"
thiserror = "1.0.26"
time = "0.1"
rustc-demangle = "0.1"

Expand Down
8 changes: 4 additions & 4 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions test_utils/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 134c217

Please sign in to comment.