Преглед изворни кода

:pencil: update rustc version (#7110)

Xudong Huang пре 3 година
родитељ
комит
0e280e3fd1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      frameworks/Rust/may-minihttp/may-minihttp.dockerfile

+ 1 - 1
frameworks/Rust/may-minihttp/may-minihttp.dockerfile

@@ -1,4 +1,4 @@
-FROM rust:1.51
+FROM rust:1.58.1
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++