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 e49c10f commit 19cb5ceCopy full SHA for 19cb5ce
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "thiserror"
3
-version = "1.0.24"
+version = "1.0.25"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
@@ -11,7 +11,7 @@ categories = ["rust-patterns"]
11
readme = "README.md"
12
13
[dependencies]
14
-thiserror-impl = { version = "=1.0.24", path = "impl" }
+thiserror-impl = { version = "=1.0.25", path = "impl" }
15
16
[dev-dependencies]
17
anyhow = "1.0"
impl/Cargo.toml
name = "thiserror-impl"
0 commit comments