diff --git a/eyre/Cargo.toml b/eyre/Cargo.toml index 7fe29c6..4b01774 100644 --- a/eyre/Cargo.toml +++ b/eyre/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eyre" -version = "0.6.11" +version = "1.0.0" authors = ["David Tolnay ", "Jane Lusby "] description = "Flexible concrete Error Reporting type built on std::error::Error with customizable Reports" documentation = "https://docs.rs/eyre"