Undo eyre version bump (DO NOT PUBLISH EYRE)

This commit is contained in:
Manish Goregaokar 2025-05-30 09:35:53 -07:00
parent 9f35b8c83f
commit 6534ecdcbb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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