Skip to content

Commit

Permalink
Merge pull request #59 from jewlexx/renovate/thiserror-2.x
Browse files Browse the repository at this point in the history
Update Rust crate thiserror to v2
  • Loading branch information
jewlexx authored Dec 4, 2024
2 parents dde85dd + 83fe79e commit e81cffe
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 @@ -22,7 +22,7 @@ cfg-if = "1.0"
lock_api = { version = "0.4", optional = true }
quork-proc = { version = "0.3", path = "quork-proc", optional = true }
spin = { version = "0.9", optional = true }
thiserror = { version = "1.0" }
thiserror = { version = "2.0" }

[target.'cfg(windows)'.dependencies]
windows = { version = "0.58", features = [
Expand Down

0 comments on commit e81cffe

Please sign in to comment.