Skip to content

Commit

Permalink
Upgrade thiserror from v1 to v2. (#1287)
Browse files Browse the repository at this point in the history
We don't want to bloat our wheels with two different major versions of
the same library.
  • Loading branch information
obi1kenobi authored Dec 5, 2024
1 parent dcb6aae commit 1e28754
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
28 changes: 4 additions & 24 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rayon = "1.10.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tempfile = "3.13.0"
thiserror = "1.0"
thiserror = "2.0"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7.12"
ureq = "2.10.1"
Expand Down

0 comments on commit 1e28754

Please sign in to comment.