소스 검색

: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++