Set rust-version to 1.56

This commit is contained in:
Tim Kuehn
2021-10-21 16:08:15 -07:00
parent 350dbcdad0
commit 42b4fc52b1
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
[package]
name = "tarpc-example-service"
version = "0.10.0"
rust-version = "1.56"
authors = ["Tim Kuehn <tikue@google.com>"]
edition = "2021"
license = "MIT"

View File

@@ -1,6 +1,7 @@
[package]
name = "tarpc-plugins"
version = "0.12.0"
rust-version = "1.56"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
edition = "2021"
license = "MIT"

View File

@@ -1,6 +1,7 @@
[package]
name = "tarpc"
version = "0.27.2"
rust-version = "1.56"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
edition = "2021"
license = "MIT"