浏览代码

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