Skip to content

Commit

Permalink
Lower thiserror
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 2, 2025
1 parent 21bb3bf commit 6e4a06d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
blake3 = { version = "1.5.1", features = ["mmap", "rayon"] }
log = "0.4.21"
gpt = "3.1.0"
thiserror = "2.0.9"
thiserror = "2.0.3"
nix = { version = "0.29.0", features = ["fs", "mount"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 6e4a06d

Please sign in to comment.