Selaa lähdekoodia

Bump to newer rustc

Mark Rousskov 3 vuotta sitten
vanhempi
commit
1b455c8300
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@
 #  Build image  #
 #################
 
-FROM rust:1.53 AS build
+FROM rust:1.57 AS build
 
 COPY . .
 RUN cargo test --release --all