Skip to content

Commit

Permalink
cargo: Update to thiserror version 2
Browse files Browse the repository at this point in the history
The breaking changes between version 1 and 2 do not affect
rust-landlock's usage of thiserror.

Signed-off-by: Daniel Burgener <Daniel.Burgener@microsoft.com>
  • Loading branch information
dburgener authored and l0kod committed Dec 17, 2024
1 parent 94721d2 commit 049ef73
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 @@ -15,7 +15,7 @@ readme = "README.md"
[dependencies]
enumflags2 = "0.7"
libc = "0.2.133"
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 049ef73

Please sign in to comment.