Skip to content

Commit 25316b0

Browse files
committed
ci: update rust version for sgx
1 parent 5652d9c commit 25316b0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ rust:
2121
- stable
2222
- beta
2323
- nightly
24-
- nightly-2019-07-01
25-
- nightly-2019-10-28
24+
- nightly-2021-03-25
2625
env:
2726
global:
2827
- RUST_BACKTRACE=1
2928
# Pinned to this particular nightly version because of core_io. This can be
3029
# re-pinned whenever core_io is updated to the latest nightly.
31-
- CORE_IO_NIGHTLY=nightly-2019-07-01
32-
- SGX_NIGHTLY=nightly-2019-10-28
30+
- CORE_IO_NIGHTLY=nightly-2021-03-25
31+
- SGX_NIGHTLY=nightly-2021-03-25
3332
script:
3433
- ./ct.sh

0 commit comments

Comments
 (0)