Skip to content

Commit 43963cb

Browse files
authored
Merge pull request #164 from paolobarbolini/thiserror2-in-derive-too
build(deps): upgrade thiserror to v2 for mysql-common-derive
2 parents da76ac0 + af92a30 commit 43963cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ proc-macro2 = "1.0.42"
2727
quote = "1.0.9"
2828
syn = { version = "2.0", features = ["full"] }
2929
termcolor = "1.1.3"
30-
thiserror = "1"
30+
thiserror = "2"
3131

3232
[dev-dependencies]
3333
serde = { version = "1.0.93", features = ["derive"] }

0 commit comments

Comments
 (0)