소스 검색

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"