Skip to content

Commit

Permalink
Update Rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent d0a2230 commit 87f5e07
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 @@ -13,7 +13,7 @@ keywords = ["remarkable"]
[dependencies]
clap = { version = "4", features = ["derive", "wrap_help"] }
color-eyre = "0.6"
thiserror = "1"
thiserror = "2"
indextree = "4.6"
time = { version = "0.3", features = ["local-offset"] }
time-tz = "2"
Expand Down

0 comments on commit 87f5e07

Please sign in to comment.