Skip to content

Commit 6534ecd

Browse files
committed
Undo eyre version bump (DO NOT PUBLISH EYRE)
1 parent 9f35b8c commit 6534ecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "1.0", path = "../eyre" }
21+
eyre = { version = "0.6", 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 = "1.0.0"
3+
version = "0.6.11"
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)