Parcourir la source

Upgrade to rust 2021.

Jing Yang il y a 4 ans
Parent
commit
fa556ef084
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -3,7 +3,7 @@ name = "labrpc"
 version = "0.2.1"
 authors = ["Jing Yang <ditsing@gmail.com>"]
 description = "A RPC framework for testing"
-edition = "2018"
+edition = "2021"
 license = "MIT"
 readme = "README.md"
 repository = "https://github.com/ditsing/labrpc"