Skip to content

Commit 2e99c38

Browse files
Update Rust crate thiserror to v2
1 parent 6ff2b4e commit 2e99c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ xcsoar = ["encoding_rs"]
1919
encoding_rs = { version = "0.8.34", optional = true }
2020
minidom = { version = "0.12.0", optional = true }
2121
quick-xml = { version = "0.30.0", optional = true }
22-
thiserror = "1.0.59"
22+
thiserror = "2.0.0"
2323

2424
[dev-dependencies]
2525
anyhow = "1.0.82"

0 commit comments

Comments
 (0)