Skip to content

Commit

Permalink
Use thiserror 2.0 instead of thiserror-core
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor committed Nov 12, 2024
1 parent 8bd9504 commit fa71da3
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 @@ -51,7 +51,7 @@ pedantic-debug-assertions = []
[dependencies]
rust-cc-derive = { path = "./derive", version = "=0.6.1", optional = true }
slotmap = { version = "1.0", optional = true }
thiserror = { version = "1.0", package = "thiserror-core", default-features = false }
thiserror = { version = "2.0", default-features = false }

[dev-dependencies]
iai-callgrind = "=0.12.2"
Expand Down

0 comments on commit fa71da3

Please sign in to comment.