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
SuperSandroBot committed Nov 11, 2024
1 parent 37be262 commit ae76613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libixx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
url = { version = "2.5", features = ["serde"] }
thiserror = "1.0"
thiserror = "2.0"
binrw = "0.14"

[dev-dependencies]
Expand Down

0 comments on commit ae76613

Please sign in to comment.