浏览代码

Update Rust edition in Gotham tests

Isaac Whitfield 6 年之前
父节点
当前提交
5d5d4ef235
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frameworks/Rust/gotham/Cargo.toml

+ 1 - 0
frameworks/Rust/gotham/Cargo.toml

@@ -2,6 +2,7 @@
 name = "gotham_techempower"
 version = "0.1.0"
 authors = ["Isaac Whitfield <[email protected]>"]
+edition = "2018"
 
 [dependencies]
 gotham = "0.4"