Unverified Commit a9203968 authored by Robert Winslow's avatar Robert Winslow Committed by GitHub

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.
parent 625338d0
FROM rust:1.30.1-slim-stretch as base
FROM rust:1.37.0-slim-stretch as base
WORKDIR /code
ADD . .
RUN cp flatc_debian_stretch flatc
......
FROM rust:1.30.1-slim-stretch as base
FROM rust:1.37.0-slim-stretch as base
RUN apt -qq update -y && apt -qq install -y \
gcc-mips-linux-gnu \
libexpat1 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment