Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust dependency to support termcolor 1.2 #131

Merged
merged 1 commit into from Aug 31, 2023
Merged

Adjust dependency to support termcolor 1.2 #131

merged 1 commit into from Aug 31, 2023

Commits on Aug 31, 2023

  1. Adjust dependency to support termcolor 1.2

    The [1.2.0 update] to [termcolor] is backward compatible with the 1.1
    versions. This adjusts the version specification for the dependency in
    Cargo.toml to allow any version greater than or equal to 1.1 and less
    than 2.0.
    
    [1.2.0 update]: BurntSushi/termcolor@1.1.3...1.2.0
    [termcolor]: https://crates.io/crates/termcolor
    danielparks committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b14069b View commit details
    Browse the repository at this point in the history