We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e8352 commit 87c80e7Copy full SHA for 87c80e7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "thiserror"
3
-version = "1.0.0"
+version = "1.0.1"
4
authors = ["David Tolnay <[email protected]>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/thiserror"
10
readme = "README.md"
11
12
[dependencies]
13
-thiserror-impl = { version = "1.0", path = "impl" }
+thiserror-impl = { version = "=1.0.0", path = "impl" }
14
15
[dev-dependencies]
16
anyhow = "1.0"
0 commit comments