mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 21:37:57 +03:00
Release 1.0.19
This commit is contained in:
parent
8ade6a4420
commit
8305a8cc8a
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thiserror"
|
||||
version = "1.0.18"
|
||||
version = "1.0.19"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -11,7 +11,7 @@ categories = ["rust-patterns"]
|
|||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
thiserror-impl = { version = "=1.0.18", path = "impl" }
|
||||
thiserror-impl = { version = "=1.0.19", path = "impl" }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.18"
|
||||
version = "1.0.19"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue