Skip to content

Commit

Permalink
Merge pull request #1189 from cramertj/macro-res
Browse files Browse the repository at this point in the history
Update to lazy_static 1.1.0 (required for macro resolution)
  • Loading branch information
MajorBreakfast authored Aug 10, 2018
2 parents bc5d3e6 + 6c518ac commit f520c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures-core-preview = { path = "../futures-core", version = "0.3.0-alpha.2", de
futures-util-preview = { path = "../futures-util", version = "0.3.0-alpha.2", default-features = false}
futures-channel-preview = { path = "../futures-channel", version = "0.3.0-alpha.2", default-features = false}
num_cpus = { version = "1.0", optional = true }
lazy_static = { version = "1.0", optional = true }
lazy_static = { version = "1.1.0", optional = true }
pin-utils = "0.1.0-alpha.1"

[dev-dependencies]
Expand Down

0 comments on commit f520c74

Please sign in to comment.