Upgrade to Rust 2021!

This commit is contained in:
Tim Kuehn
2021-10-21 14:10:21 -07:00
parent b1b4461d89
commit 350dbcdad0
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
name = "tarpc-example-service"
version = "0.10.0"
authors = ["Tim Kuehn <tikue@google.com>"]
edition = "2018"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/tarpc-example-service"
homepage = "https://github.com/google/tarpc"