remove tracing from docs
This commit is contained in:
@@ -34,7 +34,7 @@ Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
|
|||||||
### Crates
|
### Crates
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If known, please specify the affected tracing crates. Otherwise, delete this
|
If known, please specify the affected tonic crates. Otherwise, delete this
|
||||||
section.
|
section.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ the requirements below.
|
|||||||
|
|
||||||
Bug fixes and new features should include tests.
|
Bug fixes and new features should include tests.
|
||||||
|
|
||||||
Contributors guide: https://github.com/tokio-rs/tracing/blob/master/CONTRIBUTING.md
|
Contributors guide: https://github.com/hyperium/tonic/blob/master/CONTRIBUTING.md
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|||||||
+1
-1
@@ -388,7 +388,7 @@ each other, releasing new versions to crates.io can involve some complexities.
|
|||||||
When releasing a new version of a crate, follow these steps:
|
When releasing a new version of a crate, follow these steps:
|
||||||
|
|
||||||
1. **Ensure that the release crate has no path dependencies.** When the HEAD
|
1. **Ensure that the release crate has no path dependencies.** When the HEAD
|
||||||
version of a Tracing crate requires unreleased changes in another Tracing crate,
|
version of a Tonic crate requires unreleased changes in another Tonic crate,
|
||||||
the crates.io dependency on the second crate will be replaced with a path
|
the crates.io dependency on the second crate will be replaced with a path
|
||||||
dependency. Crates with path dependencies cannot be published, so before
|
dependency. Crates with path dependencies cannot be published, so before
|
||||||
publishing the dependent crate, any path dependencies must also be published.
|
publishing the dependent crate, any path dependencies must also be published.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ RPC framework that puts mobile and HTTP/2 first.
|
|||||||
[`tonic`] is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. This library was created to have first class support of async/await and to act as a core building block for production systems written in Rust.
|
[`tonic`] is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. This library was created to have first class support of async/await and to act as a core building block for production systems written in Rust.
|
||||||
|
|
||||||
[](https://crates.io/crates/tonic)
|
[](https://crates.io/crates/tonic)
|
||||||
[](https://docs.rs/tracing)
|
[](https://docs.rs/tonic)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
|
|
||||||
@@ -144,7 +144,7 @@ implementation.
|
|||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
:balloon: Thanks for your help improving the project! We are so happy to have
|
:balloon: Thanks for your help improving the project! We are so happy to have
|
||||||
you! We have a [contributing guide][guide] to help you get involved in the Tracing
|
you! We have a [contributing guide][guide] to help you get involved in the Tonic
|
||||||
project.
|
project.
|
||||||
|
|
||||||
[guide]: CONTRIBUTING.md
|
[guide]: CONTRIBUTING.md
|
||||||
@@ -156,7 +156,7 @@ This project is licensed under the [MIT license](LICENSE).
|
|||||||
### Contribution
|
### Contribution
|
||||||
|
|
||||||
Unless you explicitly state otherwise, any contribution intentionally submitted
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||||
for inclusion in Tracing by you, shall be licensed as MIT, without any additional
|
for inclusion in Tonic by you, shall be licensed as MIT, without any additional
|
||||||
terms or conditions.
|
terms or conditions.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user