Skip to content

Commit

Permalink
Set rust-version to 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
tikue committed Oct 21, 2021
1 parent 350dbcd commit 42b4fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions example-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tarpc-example-service"
version = "0.10.0"
rust-version = "1.56"
authors = ["Tim Kuehn <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions plugins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tarpc-plugins"
version = "0.12.0"
rust-version = "1.56"
authors = ["Adam Wright <[email protected]>", "Tim Kuehn <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions tarpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tarpc"
version = "0.27.2"
rust-version = "1.56"
authors = ["Adam Wright <[email protected]>", "Tim Kuehn <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 42b4fc5

Please sign in to comment.