Skip to content

Commit

Permalink
Add pointers to update version references
Browse files Browse the repository at this point in the history
  • Loading branch information
ppannuto committed Jan 26, 2016
1 parent 70ffa5f commit 34c0973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: rust

# If you change this, you must also change README and Common.mk
rust:
- nightly-2015-12-14

Expand Down
1 change: 1 addition & 0 deletions Common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ LD = $(TOOLCHAIN)ld


# Validate rustc version
# If you change this, you must also change README and .travis.yml
RUSTC_VERSION := $(shell $(RUSTC) --version)
ifneq ($(RUSTC_VERSION),rustc 1.7.0-nightly (110df043b 2015-12-13))
$(warning Tock currently requires rustc version 1.7.0-nightly (110df043b 2015-12-13) exactly)
Expand Down

0 comments on commit 34c0973

Please sign in to comment.