Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #89 from SeunLanLege/0-1
Browse files Browse the repository at this point in the history
Reverted to 0.1
  • Loading branch information
boats authored Apr 11, 2018
2 parents dd27a0e + da6b194 commit feb0510
Show file tree
Hide file tree
Showing 13 changed files with 480 additions and 443 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ rust: nightly
sudo: false

script:
- cargo test
- cargo test --manifest-path testcrate/Cargo.toml
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
- cargo clean
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --manifest-path testcrate/Cargo.toml

notifications:
email:
Expand Down
8 changes: 4 additions & 4 deletions futures-await-async-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ few other assorted macros.
proc-macro = true

[dependencies]
quote = "0.4"
proc-macro2 = { version = "0.2", features = ["nightly"] }
quote = "0.5"
proc-macro2 = { version = "0.3", features = ["nightly"] }

[dependencies.syn]
version = "0.12"
features = ["full", "fold", "parsing", "printing"]
version = "0.13.1"
features = ["full", "fold", "parsing", "printing", "proc-macro"]
default-features = false
Loading

0 comments on commit feb0510

Please sign in to comment.