Skip to content

Commit

Permalink
Merge pull request #31 from ylab-hi/dependabot/cargo/thiserror-2.0
Browse files Browse the repository at this point in the history
deps: update thiserror requirement from 1.0 to 2.0
  • Loading branch information
cauliyang authored Nov 11, 2024
2 parents 4f0372a + 89bc7cc commit baea108
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 @@ -104,7 +104,7 @@ codegen-units = 1
# panic = "abort"

[dependencies]
thiserror = "1.0"
thiserror = "2.0"
anyhow = "1.0"
walkdir = { version = "2.5" }
rayon = { version = "1.10" }
Expand Down

0 comments on commit baea108

Please sign in to comment.