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 = " 1.0.38 "
3+ version = " 1.0.39 "
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55categories = [" rust-patterns" ]
66description = " derive(Error)"
@@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
1212rust-version = " 1.31"
1313
1414[dependencies ]
15- thiserror-impl = { version = " =1.0.38 " , path = " impl" }
15+ thiserror-impl = { version = " =1.0.39 " , path = " impl" }
1616
1717[dev-dependencies ]
1818anyhow = " 1.0.65"
Original file line number Diff line number Diff line change 11[package ]
22name = " thiserror-impl"
3- version = " 1.0.38 "
3+ version = " 1.0.39 "
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55description = " Implementation detail of the `thiserror` crate"
66edition = " 2018"
Original file line number Diff line number Diff line change 228228//!
229229//! [`anyhow`]: https://github.com/dtolnay/anyhow
230230
231- #![ doc( html_root_url = "https://docs.rs/thiserror/1.0.38 " ) ]
231+ #![ doc( html_root_url = "https://docs.rs/thiserror/1.0.39 " ) ]
232232#![ allow(
233233 // Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7421
234234 clippy:: doc_markdown,
You can’t perform that action at this time.
0 commit comments