Skip to content

Commit

Permalink
Merge pull request #26 from jens-siebert/renovate/thiserror-2.x
Browse files Browse the repository at this point in the history
Update Rust crate thiserror to v2
  • Loading branch information
jens-siebert authored Nov 13, 2024
2 parents ef9b1ff + f5ef291 commit ab4e3cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 rlox-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
thiserror = "1.0.59"
thiserror = "2.0.0"
uuid = { version = "1.8", features = ["v4", "fast-rng"]}

0 comments on commit ab4e3cd

Please sign in to comment.