Skip to content

Commit

Permalink
deps: bump thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Jan 24, 2025
1 parent 357e82a commit 206a09e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 31 deletions.
40 changes: 10 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/scir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust_decimal = "1"
tracing = "0.1"
serde = "1"
indexmap = { version = "2", features = ["serde"] }
thiserror = "1"
thiserror = "2"

diagnostics = { version = "0.4.0", path = "../diagnostics", registry = "substrate" }
uniquify = { version = "0.4.0", path = "../uniquify", registry = "substrate" }
Expand Down

0 comments on commit 206a09e

Please sign in to comment.