chore: revert to 2018 edition (#847)
Fixes https://github.com/hyperium/tonic/issues/843
This commit is contained in:
@@ -5,7 +5,7 @@ description = """
|
||||
grpc-web protocol translation for tonic services.
|
||||
"""
|
||||
documentation = "https://docs.rs/tonic-web/0.2.0/tonic-web/"
|
||||
edition = "2021"
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/hyperium/tonic"
|
||||
keywords = ["rpc", "grpc", "grpc-web"]
|
||||
license = "MIT"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
authors = ["Juan Alvarez <[email protected]>"]
|
||||
edition = "2021"
|
||||
edition = "2018"
|
||||
name = "integration"
|
||||
publish = false
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user