Skip to content

Commit

Permalink
fix: be a bit more lax with thiserror's dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
ololduck committed Sep 26, 2024
1 parent fd99d56 commit 5fe4304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ zip-command = ["tempfile"]
zip-library = ["libzip", "libzip/time"]

[dependencies]
thiserror = "1.0.64"
thiserror = "1.0"
once_cell = "1"
upon = "0.7"
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "wasmbind"] }
Expand Down

0 comments on commit 5fe4304

Please sign in to comment.