Skip to content

Commit

Permalink
feat: bump thiserror dependency to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Nov 10, 2024
1 parent f438abd commit 7c267d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_renamed = { package = "serde", version = "1.0", features = ["derive"], opt
serde-wasm-bindgen = { version = "0.6.5", optional = true }
smallvec = { version = "1.13" }
smol_str = { version = "0.3" }
thiserror = { version = "1.0" }
thiserror = { version = "2.0" }
wasm-bindgen = { version = "0.2.83", optional = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
Expand Down

0 comments on commit 7c267d8

Please sign in to comment.