Skip to content

Commit c1d7984

Browse files
Update thiserror requirement from 1.0 to 2.0
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.0...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 642dc91 commit c1d7984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ all-features = true
2424

2525
[dependencies]
2626
log = "0.4"
27-
thiserror = "1.0"
27+
thiserror = "2.0"
2828
presser = { version = "0.3" }
2929
# Only needed for Vulkan. Disable all default features as good practice,
3030
# such as the ability to link/load a Vulkan library.

0 commit comments

Comments
 (0)