mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
Release 2.0.0
This commit is contained in:
parent
40113bd4b5
commit
6097d61b58
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thiserror"
|
||||
version = "1.0.68"
|
||||
version = "2.0.0"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
categories = ["rust-patterns"]
|
||||
description = "derive(Error)"
|
||||
|
@ -28,7 +28,7 @@ default = ["std"]
|
|||
std = []
|
||||
|
||||
[dependencies]
|
||||
thiserror-impl = { version = "=1.0.68", path = "impl" }
|
||||
thiserror-impl = { version = "=2.0.0", path = "impl" }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.73"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue