summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2019-01-09 00:44:18 +0100
committerAndreas Rottmann <a.rottmann@gmx.at>2019-01-09 00:44:18 +0100
commitc826a94f698fcc8302e549e737d5cb01c766a5d9 (patch)
tree2cf44eec00f163cbb9226b904d71d942ec56484d /.travis.yml
parentfa70ca6fdb7d0d98a04961c1a74105e4f797661d (diff)
Fix macros for selective import via `use`
Allow the import of any macro with `use` while not requiring the user to import macros that are invoked by the imported macro. This feature was add with Rust 1.30, so adjust the travis build and README accordingly. This fixes issue #99.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b9a554a..2ac8945 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,6 @@
language: rust
rust:
-- 1.26.2
-- 1.27.2
-- 1.28.0
-- 1.29.0
+- 1.30.0
- stable
- beta
- nightly