chore: Upgrade to 2021 edition (#808)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
[package]
|
||||
name = "stream_conflict"
|
||||
version = "0.1.0"
|
||||
authors = ["Ben Sully <[email protected]>"]
|
||||
edition = "2021"
|
||||
name = "stream_conflict"
|
||||
publish = false
|
||||
edition = "2018"
|
||||
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"}
|
||||
|
||||
Reference in New Issue
Block a user