Skip to content

Commit

Permalink
Merge pull request #124 from daboross/fix-readme-enable-ansi-link
Browse files Browse the repository at this point in the history
Fix enable-ansi-support link in README.md
  • Loading branch information
daboross committed Mar 23, 2023
2 parents 4ae1d35 + 60f6975 commit 4f45ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ feature), and a custom global allocator.
I will be releasing `fern` 0.7.0, removing `colored` as a dependency. This may
add another color crate, or may just document usage of alternatives (such as
[`owo-colors`](https://docs.rs/owo-colors/) +
[`enable-ansi-support`](https://docs.rs/enable-ansi-support/0.2.1/le_ansi_support/)).
[`enable-ansi-support`](https://docs.rs/enable-ansi-support/)).

In the meantime, if you're using `#[global_allocator]`, I highly recommend
removing the `fern/colored` feature.
Expand Down

0 comments on commit 4f45ef9

Please sign in to comment.