mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 13:01:29 +00:00
Undo eyre version bump (DO NOT PUBLISH EYRE)
This commit is contained in:
parent
9f35b8c83f
commit
6534ecdcbb
@ -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 }
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user