Skip to content

Commit 0449c84

Browse files
Update thiserror requirement from 1 to 2 (#25)
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.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guillaume W. Bres <[email protected]>
1 parent f75d00c commit 0449c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cggtts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = [] # no features by default
1717
scheduler = ["polyfit-rs"]
1818

1919
[dependencies]
20-
thiserror = "1"
20+
thiserror = "2"
2121
scan_fmt = "0.1"
2222
strum = "0.26.3"
2323
itertools = "0.13.0"

0 commit comments

Comments
 (0)