Skip to content

Commit

Permalink
Update proc-macro-hack 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 13, 2019
1 parent 1dd55a4 commit 2388de3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion futures-join-macro/Cargo.toml
Expand Up @@ -19,6 +19,6 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0"
proc-macro-hack = "0.5.3"
proc-macro-hack = "0.5.9"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
2 changes: 1 addition & 1 deletion futures-select-macro/Cargo.toml
Expand Up @@ -20,6 +20,6 @@ std = []

[dependencies]
proc-macro2 = "1.0"
proc-macro-hack = "0.5.3"
proc-macro-hack = "0.5.9"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
2 changes: 1 addition & 1 deletion futures-util/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ futures-io-preview = { path = "../futures-io", version = "=0.3.0-alpha.18", defa
futures-sink-preview = { path = "../futures-sink", version = "=0.3.0-alpha.18", default-features = false, optional = true }
futures-join-macro-preview = { path = "../futures-join-macro", version = "=0.3.0-alpha.18", default-features = false, optional = true }
futures-select-macro-preview = { path = "../futures-select-macro", version = "=0.3.0-alpha.18", default-features = false, optional = true }
proc-macro-hack = { version = "0.5", optional = true }
proc-macro-hack = { version = "0.5.9", optional = true }
proc-macro-nested = { version = "0.1.2", optional = true }
rand = { version = "0.7.0", optional = true }
slab = { version = "0.4", optional = true }
Expand Down

0 comments on commit 2388de3

Please sign in to comment.