mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 06:22:27 +00:00
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:
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.30.1-slim-stretch as base
|
FROM rust:1.37.0-slim-stretch as base
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
ADD . .
|
ADD . .
|
||||||
RUN cp flatc_debian_stretch flatc
|
RUN cp flatc_debian_stretch flatc
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
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 \
|
RUN apt -qq update -y && apt -qq install -y \
|
||||||
gcc-mips-linux-gnu \
|
gcc-mips-linux-gnu \
|
||||||
libexpat1 \
|
libexpat1 \
|
||||||
Reference in New Issue
Block a user