Skip to content

Commit 3ca2cdd

Browse files
committed
Update dev-dependencies to thiserror v2
1 parent fd03a8e commit 3ca2cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ backtrace = { version = "0.3.51", optional = true }
2626
futures = { version = "0.3", default-features = false }
2727
rustversion = "1.0.6"
2828
syn = { version = "2.0", features = ["full"] }
29-
thiserror = "1.0.45"
29+
thiserror = "2"
3030
trybuild = { version = "1.0.66", features = ["diff"] }
3131

3232
[lib]

0 commit comments

Comments
 (0)