Skip to content

Commit

Permalink
Wildcard dependency constraints are not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Sep 23, 2022
1 parent 1c5812f commit 68d7f01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
0.12.0 / 2022-09-23
===================

* Wildcard dependency constraints are not allowed
* Clippy fixes
* Merge pull request #18 from @pganalyze / connection-manager
* Add async methods for callers that run inside an async executor
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ edition = "2018"
travis-ci = { repository = "spk/rust-sidekiq" }

[dependencies]
futures = "*"
futures = "0.3"
rand = "0.8"
serde = "1.0"
serde_json = "1.0"
redis = { version = "*", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
redis = { version = "0.21", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
time = "0.3"

0 comments on commit 68d7f01

Please sign in to comment.