Skip to content

Commit

Permalink
chore(color-eyre): Set color-eyre dependency on eyre via path. (#197)
Browse files Browse the repository at this point in the history
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! 💜
  • Loading branch information
humb1t authored Aug 22, 2024
1 parent 9cb4c0a commit fc83cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion color-eyre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ issue-url = ["url"]
track-caller = []

[dependencies]
eyre = "0.6.1"
eyre = { version = "1.0.0", path = "../eyre" }
tracing-error = { version = "0.2.0", optional = true }
backtrace = { version = "0.3.59" }
indenter = { workspace = true }
Expand Down

0 comments on commit fc83cb8

Please sign in to comment.