Commit 1d106b1 1 parent 8a5c4d1 commit 1d106b1 Copy full SHA for 1d106b1
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.56 "
3
+ version = " 1.0.57 "
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" ]
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.56"
13
13
14
14
[dependencies ]
15
- thiserror-impl = { version = " =1.0.56 " , path = " impl" }
15
+ thiserror-impl = { version = " =1.0.57 " , 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.56 "
3
+ version = " 1.0.57 "
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" ]
5
5
description = " Implementation detail of the `thiserror` crate"
6
6
edition = " 2021"
Original file line number Diff line number Diff line change 228
228
//!
229
229
//! [`anyhow`]: https://github.com/dtolnay/anyhow
230
230
231
- #![ doc( html_root_url = "https://docs.rs/thiserror/1.0.56 " ) ]
231
+ #![ doc( html_root_url = "https://docs.rs/thiserror/1.0.57 " ) ]
232
232
#![ allow(
233
233
clippy:: module_name_repetitions,
234
234
clippy:: needless_lifetimes,
You can’t perform that action at this time.
0 commit comments