File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 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.12 "
3
+ version = " 2.0.13 "
4
4
authors = [
" David Tolnay <[email protected] >" ]
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.12 " , path = " impl" }
31
+ thiserror-impl = { version = " =2.0.13 " , 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.12 "
3
+ version = " 2.0.13 "
4
4
authors = [
" David Tolnay <[email protected] >" ]
5
5
description = " Implementation detail of the `thiserror` crate"
6
6
edition = " 2021"
Original file line number Diff line number Diff line change 260
260
//! [`Display`]: std::fmt::Display
261
261
262
262
#![ no_std]
263
- #![ doc( html_root_url = "https://docs.rs/thiserror/2.0.12 " ) ]
263
+ #![ doc( html_root_url = "https://docs.rs/thiserror/2.0.13 " ) ]
264
264
#![ allow(
265
265
clippy:: elidable_lifetime_names,
266
266
clippy:: module_name_repetitions,
You can’t perform that action at this time.
0 commit comments