mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 13:01:29 +00:00
Redo eyre version bump
This commit is contained in:
parent
f110d78793
commit
dbaf9ed0eb
@ -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 }
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user