Skip to content

Commit 6bdc3f3

Browse files
author
Ivo Georgiev
authored
Merge pull request #184 from AdExNetwork/stable-rust
Rust 1.39
2 parents 516d2a1 + b4e471b commit 6bdc3f3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.DS_Store

-6 KB
Binary file not shown.

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
language: rust
22
rust:
3-
- nightly-2019-10-14
4-
cache: cargo
3+
- stable
4+
# Need to cache the whole `.cargo` directory to keep .crates.toml for
5+
# cargo-update to work
6+
cache:
7+
directories:
8+
- /home/travis/.cargo
9+
# But don't cache the cargo registry
10+
before_cache:
11+
- rm -rf /home/travis/.cargo/registry
512
env:
613
global:
714
- CARGO_MAKE_RUN_CHECK_FORMAT="true"

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2019-10-14
1+
stable

0 commit comments

Comments
 (0)