Skip to content

Warning is displayed when buildingΒ #29

@Ken-Miura

Description

@Ken-Miura

I'm using published latest version (0.2.2) of this crate in my project. It shows warning when I build my project. From message, This is because this crate (0.2.2) depends on redis ^0.20.1. Latest version of redis (v0.23.0) seems to resolve this issue. Could you update redis version and release new version of this crate to clear warning message?

$ cargo -V
cargo 1.68.2 (6feb7c9cf 2023-03-26)
$ cargo check
    Finished dev [unoptimized + debuginfo] target(s) in 0.22s
warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.20.2
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 53`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions