Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8a5144f

Browse files
authored
Merge pull request #250 from matthunz/patch-1
Pin futures crate versions
2 parents f6a2393 + 60742ea commit 8a5144f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎Cargo.toml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ async-task = "1.0.0"
3030
cfg-if = "0.1.9"
3131
crossbeam-channel = "0.3.9"
3232
crossbeam-deque = "0.7.1"
33-
futures-core-preview = "0.3.0-alpha.18"
34-
futures-io-preview = "0.3.0-alpha.18"
33+
futures-core-preview = "=0.3.0-alpha.18"
34+
futures-io-preview = "=0.3.0-alpha.18"
3535
futures-timer = "0.4.0"
3636
lazy_static = "1.4.0"
3737
log = { version = "0.4.8", features = ["kv_unstable"] }
@@ -50,9 +50,9 @@ surf = "1.0.2"
5050
tempdir = "0.3.7"
5151

5252
# These are used by the book for examples
53-
futures-channel-preview = "0.3.0-alpha.18"
54-
futures-util-preview = "0.3.0-alpha.18"
53+
futures-channel-preview = "=0.3.0-alpha.18"
54+
futures-util-preview = "=0.3.0-alpha.18"
5555

5656
[dev-dependencies.futures-preview]
57-
version = "0.3.0-alpha.18"
57+
version = "=0.3.0-alpha.18"
5858
features = ["std", "nightly", "async-await"]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /