Commit 95a5126 1 parent 76490f7 commit 95a5126 Copy full SHA for 95a5126
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.11 "
3
+ version = " 2.0.12 "
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.11 " , path = " impl" }
31
+ thiserror-impl = { version = " =2.0.12 " , 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.11 "
3
+ version = " 2.0.12 "
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 257
257
//! [`anyhow`]: https://github.com/dtolnay/anyhow
258
258
259
259
#![ no_std]
260
- #![ doc( html_root_url = "https://docs.rs/thiserror/2.0.11 " ) ]
260
+ #![ doc( html_root_url = "https://docs.rs/thiserror/2.0.12 " ) ]
261
261
#![ allow(
262
262
clippy:: elidable_lifetime_names,
263
263
clippy:: module_name_repetitions,
You can’t perform that action at this time.
0 commit comments