Skip to content

Commit f520c74

Browse files
Merge pull request #1189 from cramertj/macro-res
Update to lazy_static 1.1.0 (required for macro resolution)
2 parents bc5d3e6 + 6c518ac commit f520c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures-core-preview = { path = "../futures-core", version = "0.3.0-alpha.2", de
2525
futures-util-preview = { path = "../futures-util", version = "0.3.0-alpha.2", default-features = false}
2626
futures-channel-preview = { path = "../futures-channel", version = "0.3.0-alpha.2", default-features = false}
2727
num_cpus = { version = "1.0", optional = true }
28-
lazy_static = { version = "1.0", optional = true }
28+
lazy_static = { version = "1.1.0", optional = true }
2929
pin-utils = "0.1.0-alpha.1"
3030

3131
[dev-dependencies]

0 commit comments

Comments
 (0)