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

Warning is displayed when building #29

Open
Ken-Miura opened this issue Apr 16, 2023 · 0 comments
Open

Warning is displayed when building #29

Ken-Miura opened this issue Apr 16, 2023 · 0 comments

Comments

@Ken-Miura
Copy link

Ken-Miura commented Apr 16, 2023

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`
@Ken-Miura Ken-Miura changed the title Warning is displayed on building Warning is displayed when building Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant