Skip to content

Commit

Permalink
Patch tonic to master which uses 2018 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Dec 7, 2021
1 parent c4824ee commit cdb3592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Expand Up @@ -32,3 +32,8 @@ members = [
"examples/zpages"
]
exclude = ["examples/external-otlp-grpcio-async-std"]

[patch.crates-io]
# revert tonic to 2018 edition so opentelemetry can use it
tonic = { git = "https://github.com/hyperium/tonic", rev = "101f2f76d4a62" } # branch = master
tonic-build = { git = "https://github.com/hyperium/tonic", rev = "101f2f76d4a62" } # branch = master

0 comments on commit cdb3592

Please sign in to comment.