Skip to content

Commit 68d7f01

Browse files
committed
Wildcard dependency constraints are not allowed
1 parent 1c5812f commit 68d7f01

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
0.12.0 / 2022-09-23
33
===================
44

5+
* Wildcard dependency constraints are not allowed
56
* Clippy fixes
67
* Merge pull request #18 from @pganalyze / connection-manager
78
* Add async methods for callers that run inside an async executor

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ edition = "2018"
1616
travis-ci = { repository = "spk/rust-sidekiq" }
1717

1818
[dependencies]
19-
futures = "*"
19+
futures = "0.3"
2020
rand = "0.8"
2121
serde = "1.0"
2222
serde_json = "1.0"
23-
redis = { version = "*", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
23+
redis = { version = "0.21", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
2424
time = "0.3"

0 commit comments

Comments
 (0)