Commit 915c75e 1 parent 3d5ec25 commit 915c75e Copy full SHA for 915c75e
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.62 "
3
+ version = " 1.0.63 "
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.62 " , path = " impl" }
15
+ thiserror-impl = { version = " =1.0.63 " , 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.62 "
3
+ version = " 1.0.63 "
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 258
258
//!
259
259
//! [`anyhow`]: https://github.com/dtolnay/anyhow
260
260
261
- #![ doc( html_root_url = "https://docs.rs/thiserror/1.0.62 " ) ]
261
+ #![ doc( html_root_url = "https://docs.rs/thiserror/1.0.63 " ) ]
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