Commit f729af9 1 parent 391ec2b commit f729af9 Copy full SHA for f729af9
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.38 "
3
+ version = " 1.0.39 "
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.31"
13
13
14
14
[dependencies ]
15
- thiserror-impl = { version = " =1.0.38 " , path = " impl" }
15
+ thiserror-impl = { version = " =1.0.39 " , path = " impl" }
16
16
17
17
[dev-dependencies ]
18
18
anyhow = " 1.0.65"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " thiserror-impl"
3
- version = " 1.0.38 "
3
+ version = " 1.0.39 "
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" ]
5
5
description = " Implementation detail of the `thiserror` crate"
6
6
edition = " 2018"
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.38 " ) ]
231
+ #![ doc( html_root_url = "https://docs.rs/thiserror/1.0.39 " ) ]
232
232
#![ allow(
233
233
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7421
234
234
clippy:: doc_markdown,
You can’t perform that action at this time.
0 commit comments