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"

View File

@@ -2,7 +2,7 @@
name = "tarpc-plugins"
version = "0.12.0"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/tarpc-plugins"
homepage = "https://github.com/google/tarpc"

View File

@@ -2,7 +2,7 @@
name = "tarpc"
version = "0.27.2"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/tarpc"
homepage = "https://github.com/google/tarpc"