fix build
This commit is contained in:
parent
75ab42ecb5
commit
dae504b7af
3 changed files with 5 additions and 5 deletions
|
@ -6,5 +6,5 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
redis = "0.22.1"
|
||||
once_cell = "1.16.0"
|
||||
redis = { version = "0.22.1", default_features = false, features = [] }
|
||||
once_cell = "1.16.0"
|
Loading…
Add table
Add a link
Reference in a new issue