Commit 2075e87 1 parent e9a9085 commit 2075e87 Copy full SHA for 2075e87
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 = " 2.0.5 "
3
+ version = " 2.0.6 "
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" ]
5
5
categories = [" rust-patterns" ]
6
6
description = " derive(Error)"
@@ -28,7 +28,7 @@ default = ["std"]
28
28
std = []
29
29
30
30
[dependencies ]
31
- thiserror-impl = { version = " =2.0.5 " , path = " impl" }
31
+ thiserror-impl = { version = " =2.0.6 " , path = " impl" }
32
32
33
33
[dev-dependencies ]
34
34
anyhow = " 1.0.73"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " thiserror-impl"
3
- version = " 2.0.5 "
3
+ version = " 2.0.6 "
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 259
259
//! [`anyhow`]: https://github.com/dtolnay/anyhow
260
260
261
261
#![ no_std]
262
- #![ doc( html_root_url = "https://docs.rs/thiserror/2.0.5 " ) ]
262
+ #![ doc( html_root_url = "https://docs.rs/thiserror/2.0.6 " ) ]
263
263
#![ allow(
264
264
clippy:: module_name_repetitions,
265
265
clippy:: needless_lifetimes,
You can’t perform that action at this time.
0 commit comments