File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " thiserror"
3
- version = " 1.0.65 "
3
+ version = " 1.0.66 "
4
4
authors = [
" David Tolnay <[email protected] >" ]
5
5
categories = [" rust-patterns" ]
6
6
description = " derive(Error)"
@@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
12
12
rust-version = " 1.61"
13
13
14
14
[dependencies ]
15
- thiserror-impl = { version = " =1.0.65 " , path = " impl" }
15
+ thiserror-impl = { version = " =1.0.66 " , path = " impl" }
16
16
17
17
[dev-dependencies ]
18
18
anyhow = " 1.0.73"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " thiserror-impl"
3
- version = " 1.0.65 "
3
+ version = " 1.0.66 "
4
4
authors = [
" David Tolnay <[email protected] >" ]
5
5
description = " Implementation detail of the `thiserror` crate"
6
6
edition = " 2021"
Original file line number Diff line number Diff line change 258
258
//!
259
259
//! [`anyhow`]: https://github.com/dtolnay/anyhow
260
260
261
- #![ doc( html_root_url = "https://docs.rs/thiserror/1.0.65 " ) ]
261
+ #![ doc( html_root_url = "https://docs.rs/thiserror/1.0.66 " ) ]
262
262
#![ allow(
263
263
clippy:: module_name_repetitions,
264
264
clippy:: needless_lifetimes,
You can’t perform that action at this time.
0 commit comments