Skip to content

Commit 0b2dbb2

Browse files
authored
refactor: upgrade to thiserror v2 (#79)
1 parent 3ab3779 commit 0b2dbb2

File tree

3 files changed

+7
-27
lines changed

3 files changed

+7
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["rs_lib"]
44

55
[workspace.dependencies]
6-
sys_traits = "0.1.6"
6+
sys_traits = "0.1.9"
77

88
[profile.release]
99
codegen-units = 1

rs_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ parking_lot = "0.12.1"
3636
serde = "1.0.183"
3737
serde_json = "1.0.104"
3838
sha2 = "0.10.0"
39-
thiserror = "1.0.44"
39+
thiserror = "2"
4040
url = { version = "2.5.1", features = ["serde"] }
4141

4242
console_error_panic_hook = { version = "0.1.6", optional = true }

0 commit comments

Comments
 (0)