From 350dbcdad0a174d24b450dacb7ce8a2c7cd171b3 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Thu, 21 Oct 2021 14:10:21 -0700 Subject: [PATCH] Upgrade to Rust 2021! --- example-service/Cargo.toml | 2 +- plugins/Cargo.toml | 2 +- tarpc/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example-service/Cargo.toml b/example-service/Cargo.toml index e8b735f..667bf7a 100644 --- a/example-service/Cargo.toml +++ b/example-service/Cargo.toml @@ -2,7 +2,7 @@ name = "tarpc-example-service" version = "0.10.0" authors = ["Tim Kuehn "] -edition = "2018" +edition = "2021" license = "MIT" documentation = "https://docs.rs/tarpc-example-service" homepage = "https://github.com/google/tarpc" diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index 23a4bb5..249ac04 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -2,7 +2,7 @@ name = "tarpc-plugins" version = "0.12.0" authors = ["Adam Wright ", "Tim Kuehn "] -edition = "2018" +edition = "2021" license = "MIT" documentation = "https://docs.rs/tarpc-plugins" homepage = "https://github.com/google/tarpc" diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 6655636..bab5593 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -2,7 +2,7 @@ name = "tarpc" version = "0.27.2" authors = ["Adam Wright ", "Tim Kuehn "] -edition = "2018" +edition = "2021" license = "MIT" documentation = "https://docs.rs/tarpc" homepage = "https://github.com/google/tarpc"