Commit 6097d61 1 parent 40113bd commit 6097d61 Copy full SHA for 6097d61
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " thiserror"
3
- version = " 1 .0.68 "
3
+ version = " 2 .0.0 "
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 = " =1 .0.68 " , path = " impl" }
31
+ thiserror-impl = { version = " =2 .0.0 " , path = " impl" }
32
32
33
33
[dev-dependencies ]
34
34
anyhow = " 1.0.73"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This library provides a convenient derive macro for the standard library's
13
13
14
14
``` toml
15
15
[dependencies ]
16
- thiserror = " 1.0 "
16
+ thiserror = " 2 "
17
17
```
18
18
19
19
* Compiler support: requires rustc 1.61+*
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " thiserror-impl"
3
- version = " 1 .0.68 "
3
+ version = " 2 .0.0 "
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/1 .0.68 " ) ]
262
+ #![ doc( html_root_url = "https://docs.rs/thiserror/2 .0.0 " ) ]
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