Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 9, 2019
1 parent 13e8352 commit 87c80e7
Showing 1 changed file with 2 additions and 2 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 = "1.0.0"
version = "1.0.1"
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 = "1.0", path = "impl" }
thiserror-impl = { version = "=1.0.0", path = "impl" }

[dev-dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 87c80e7

Please sign in to comment.