Skip to content

Commit 6e9ced8

Browse files
committed
re-bump eyre version
1 parent 97c8469 commit 6e9ced8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

color-eyre/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ issue-url = ["url"]
1818
track-caller = []
1919

2020
[dependencies]
21-
eyre = { version = "0.6", path = "../eyre" }
21+
eyre = { version = "1.0", path = "../eyre" }
2222
tracing-error = { version = "0.2.0", optional = true }
2323
backtrace = { version = "0.3.59" }
2424
indenter = { workspace = true }

eyre/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eyre"
3-
version = "0.6.11"
3+
version = "1.0.0"
44
authors = ["David Tolnay <[email protected]>", "Jane Lusby <[email protected]>"]
55
description = "Flexible concrete Error Reporting type built on std::error::Error with customizable Reports"
66
documentation = "https://docs.rs/eyre"

0 commit comments

Comments
 (0)