Skip to content

Commit fc83cb8

Browse files
authored
chore(color-eyre): Set color-eyre dependency on eyre via path. (#197)
Good day, dear eyre contributors. I really like to use eyre in all my projects. Right now I use master to stay on 1.0 version. Unfortunately when I want to start using color-eyre the same way it conflicts with eyre, because it uses 0.6.1 version. What this PR addresses is to temporary set color-eyre -> eyre dependency via path, not a version, until 1.0 will be released. If it's not something you want to have in the codebase, just please let me know, I will then switch to my fork and keep it sync with the main repo. Thank you in advance, you are awesome! 💜
1 parent 9cb4c0a commit fc83cb8

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

Cargo.lock

+2-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

color-eyre/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ issue-url = ["url"]
1818
track-caller = []
1919

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

0 commit comments

Comments
 (0)