Skip to content

Commit 38392bb

Browse files
committed
workspace: thiserror 1.0 -> 2.0
1 parent 1df5784 commit 38392bb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binary-portability/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ repository = "https://github.com/indygreg/toolchain-tools.git"
1212

1313
[dependencies]
1414
object = "0.30.4"
15-
thiserror = "1.0.69"
15+
thiserror = "2.0.12"

llvm-option-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ repository = "https://github.com/indygreg/toolchain-tools.git"
1313
[dependencies]
1414
serde = { version = "1.0.218", features = ["derive"] }
1515
serde_json = "1.0.140"
16-
thiserror = "1.0.69"
16+
thiserror = "2.0.12"

0 commit comments

Comments
 (0)