chore: Upgrade to 2021 edition (#808)

This commit is contained in:
Lucio Franco
2021-10-24 21:12:20 -04:00
committed by GitHub
parent cc2b1634e2
commit 1f3df8db9e
23 changed files with 250 additions and 251 deletions
+6 -6
View File
@@ -1,16 +1,16 @@
[package]
name = "ambiguous_methods"
version = "0.1.0"
authors = ["Yonathan Randolph <[email protected]>"]
edition = "2018"
publish = false
edition = "2021"
license = "MIT"
name = "ambiguous_methods"
publish = false
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic = { path= "../../tonic" }
prost = "0.9"
tonic = {path = "../../tonic"}
[build-dependencies]
tonic-build = { path= "../../tonic-build" }
tonic-build = {path = "../../tonic-build"}