Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 9, 2019
1 parent 7d26b19 commit 86f6b3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+*
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 86f6b3b

Please sign in to comment.