diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-04-03 07:17:40 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-04-03 07:17:40 -0700 |
| commit | a3def97fc6d0be3c50b91626f62f341d1175f2e1 (patch) | |
| tree | afc6ba0f68b02be9f6a83c82300a9abe675eb361 /library/stdarch/crates/assert-instr-macro | |
| parent | 41abade2dcbbf4c749897d1c6a3f8722714493df (diff) | |
| download | rust-a3def97fc6d0be3c50b91626f62f341d1175f2e1.tar.gz rust-a3def97fc6d0be3c50b91626f62f341d1175f2e1.zip | |
Bump dependencies on proc-macro2
Diffstat (limited to 'library/stdarch/crates/assert-instr-macro')
| -rw-r--r-- | library/stdarch/crates/assert-instr-macro/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/stdarch/crates/assert-instr-macro/Cargo.toml b/library/stdarch/crates/assert-instr-macro/Cargo.toml index 7fd1d2b80cc..13d20cb3554 100644 --- a/library/stdarch/crates/assert-instr-macro/Cargo.toml +++ b/library/stdarch/crates/assert-instr-macro/Cargo.toml @@ -8,6 +8,6 @@ proc-macro = true test = false [dependencies] -proc-macro2 = { version = "0.2", features = ["nightly"] } -quote = "0.4" -syn = { version = "0.12", features = ["full"] } +proc-macro2 = { version = "0.3", features = ["nightly"] } +quote = "0.5" +syn = { version = "0.13", features = ["full"] } |
