-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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`
jbr, bwolf, Bauke, OliverFlecke and terror
Metadata
Metadata
Assignees
Labels
No labels