Skip to content

Commit

Permalink
Update thiserror to 2.x from 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and RickyDaMa committed Jan 24, 2025
1 parent c23c71b commit 3128c51
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 @@ -31,7 +31,7 @@ serde_repr = "0.1"
quick-xml = { version = "0.36.0", features = ["serialize"] }
rayon = { version = "1.3.0", optional = true }
kurbo = { version = "0.11.0", optional = true }
thiserror = "1.0"
thiserror = "2.0"
indexmap = { version = "2.0.0", features = ["serde"] }
base64 = "0.22"
close_already = "0.3"
Expand Down

0 comments on commit 3128c51

Please sign in to comment.