Release 1.0.0

This commit is contained in:
David Tolnay 2019-10-09 11:04:00 -07:00
parent 7d26b19d07
commit 86f6b3bc4a
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "thiserror"
version = "0.0.0"
version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@ -10,7 +10,7 @@ documentation = "https://docs.rs/thiserror"
readme = "README.md"
[dependencies]
thiserror-impl = { version = "0.0", path = "impl" }
thiserror-impl = { version = "1.0", path = "impl" }
[dev-dependencies]
anyhow = "1.0"

View File

@ -12,7 +12,7 @@ This library provides a convenient derive macro for the standard library's
```toml
[dependencies]
thiserror = "0.0"
thiserror = "1.0"
```
*Compiler support: requires rustc 1.31+*

View File

@ -1,6 +1,6 @@
[package]
name = "thiserror-impl"
version = "0.0.0"
version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"