mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-10-02 15:26:08 +00:00
Fix dependency in readme
This commit is contained in:
parent
6ce041f710
commit
b656a6270b
@ -37,7 +37,7 @@ Add the following to your toml file:
|
|||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
eyre = "0.3.8"
|
eyre = "0.3.8"
|
||||||
color-eyre = "0.2.0"
|
color-eyre = { git = "https://github.com/yaahc/color-eyre.git" }
|
||||||
```
|
```
|
||||||
|
|
||||||
And then import the type alias from color-eyre for [`eyre::Report`] or [`eyre::Result`].
|
And then import the type alias from color-eyre for [`eyre::Report`] or [`eyre::Result`].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user