File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " thiserror"
3- version = " 2.0.11 "
3+ version = " 2.0.12 "
44authors = [
" David Tolnay <[email protected] >" ]
55categories = [" rust-patterns" ]
66description = " derive(Error)"
@@ -28,7 +28,7 @@ default = ["std"]
2828std = []
2929
3030[dependencies ]
31- thiserror-impl = { version = " =2.0.11 " , path = " impl" }
31+ thiserror-impl = { version = " =2.0.12 " , path = " impl" }
3232
3333[dev-dependencies ]
3434anyhow = " 1.0.73"
Original file line number Diff line number Diff line change 11[package ]
22name = " thiserror-impl"
3- version = " 2.0.11 "
3+ version = " 2.0.12 "
44authors = [
" David Tolnay <[email protected] >" ]
55description = " Implementation detail of the `thiserror` crate"
66edition = " 2021"
Original file line number Diff line number Diff line change 257257//! [`anyhow`]: https://github.com/dtolnay/anyhow
258258
259259#![ no_std]
260- #![ doc( html_root_url = "https://docs.rs/thiserror/2.0.11 " ) ]
260+ #![ doc( html_root_url = "https://docs.rs/thiserror/2.0.12 " ) ]
261261#![ allow(
262262 clippy:: elidable_lifetime_names,
263263 clippy:: module_name_repetitions,
You can’t perform that action at this time.
0 commit comments