Update Rust versions under test from 1.30.1 to 1.37.0 (#5538)

Fixes build errors from using newer crate versions with an old Rust version.
This commit is contained in:
Robert Winslow
2019-09-26 14:31:11 -07:00
committed by GitHub
parent 625338d095
commit a92039687a
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
FROM rust:1.37.0-slim-stretch as base
WORKDIR /code
ADD . .
RUN cp flatc_debian_stretch flatc
WORKDIR /code/tests
RUN rustc --version
RUN ./RustTest.sh