Skip to content

Commit 87c80e7

Browse files
committed
Release 1.0.1
1 parent 13e8352 commit 87c80e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thiserror"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/thiserror"
1010
readme = "README.md"
1111

1212
[dependencies]
13-
thiserror-impl = { version = "1.0", path = "impl" }
13+
thiserror-impl = { version = "=1.0.0", path = "impl" }
1414

1515
[dev-dependencies]
1616
anyhow = "1.0"

0 commit comments

Comments
 (0)