Redo eyre version bump

This commit is contained in:
Manish Goregaokar 2025-05-30 09:40:11 -07:00
parent f110d78793
commit dbaf9ed0eb
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ issue-url = ["url"]
track-caller = []
[dependencies]
eyre = { version = "0.6", path = "../eyre" }
eyre = { version = "1", path = "../eyre" }
tracing-error = { version = "0.2.0", optional = true }
backtrace = { version = "0.3.59" }
indenter = { workspace = true }

View File

@ -1,6 +1,6 @@
[package]
name = "eyre"
version = "0.6.11"
version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>", "Jane Lusby <jlusby42@gmail.com>"]
description = "Flexible concrete Error Reporting type built on std::error::Error with customizable Reports"
documentation = "https://docs.rs/eyre"