| f07abb27 | 31-Jan-2025 |
tottoto <[email protected]> |
chore(examples): Update to rand 0.9 (#2168) |
| 970635a1 | 17-Jan-2025 |
tottoto <[email protected]> |
chore(examples): Remove unnecessary bound (#2147) |
| 66aaa5bb | 11-Jan-2025 |
tottoto <[email protected]> |
chore: Use specific io error constructor (#2133) |
| da653ed5 | 04-Jan-2025 |
tottoto <[email protected]> |
chore(examples): Add dep prefix to tokio-stream dependency (#2119) |
| 96912568 | 01-Jan-2025 |
tottoto <[email protected]> |
chore: Remove version and publish field from internal crate (#2113) |
| cc0981fa | 13-Dec-2024 |
tottoto <[email protected]> |
chore: Update to tokio-rustls 0.16.1 and remove rustls-pki-types from direct dependency (#2097) |
| 1442a59d | 30-Nov-2024 |
Arjan Singh Bal <[email protected]> |
Minor fix in routeguide example (#2076) |
| 3c0a00d5 | 25-Nov-2024 |
tottoto <[email protected]> |
chore(examples): Remove redundant pattern match (#2065) |
| f4a879db | 23-Nov-2024 |
tottoto <[email protected]> |
chore!: Remove deprecated api (#2050) |
| 60b131d2 | 15-Nov-2024 |
tottoto <[email protected]> |
feat: Add Body type (#2013) |
| 1f2622fd | 15-Nov-2024 |
tottoto <[email protected]> |
chore(examples): Remove unused dependency (#2039) |
| eb66b914 | 14-Nov-2024 |
Easwar Swaminathan <[email protected]> |
examples: switch version to last released version (#2047)
As part of https://github.com/hyperium/tonic/pull/2014, the versions of "tonic" and "tonic-build" were changed to "0.13". This breaks the in
examples: switch version to last released version (#2047)
As part of https://github.com/hyperium/tonic/pull/2014, the versions of "tonic" and "tonic-build" were changed to "0.13". This breaks the instuctions in the examples documentation with an error like: ``` helloworld_tonic$ cargo run --bin helloworld-server Updating crates.io index error: failed to select a version for the requirement `tonic = "^0.13"` candidate versions found which didn't match: 0.12.3, 0.12.2, 0.12.1, ... location searched: crates.io index required by package `helloworld-tonic v0.1.0 (/usr/local/google/home/easwars/src/rust/projects/helloworld_tonic)` if you are looking for the prerelease package it needs to be specified explicitly tonic = { version = "0.1.0-beta.1" } ```
This PR changes the version of "tonic" and "tonic-build" to "*" which results in the latest version getting picked. Setting it to "*" also has the nice property of not having to update the examples everytime a version bump is required.
Co-authored-by: Lucio Franco <[email protected]>
show more ...
|
| 0846e6ed | 07-Nov-2024 |
tottoto <[email protected]> |
feat(transport): Make tower internal dependency (#1947)
* feat(channel): Add Change type to make tower internal dependency
* feat(server): Remove NamedService implementation for Either
* feat(web)
feat(transport): Make tower internal dependency (#1947)
* feat(channel): Add Change type to make tower internal dependency
* feat(server): Remove NamedService implementation for Either
* feat(web): Add CorsGrpcWebResponseFuture to make tower-http internal dependency
show more ...
|
| ea4995eb | 07-Nov-2024 |
tottoto <[email protected]> |
chore(examples): Remove timeout example (#2025) |
| b80428ba | 06-Nov-2024 |
tottoto <[email protected]> |
chore(examples): Remove timeout from tower example (#2030) |
| c84e952f | 06-Nov-2024 |
tottoto <[email protected]> |
chore(tls): Use rustls-pki-types crate pem api (#1971) |
| d40f610d | 22-Oct-2024 |
Shikhar Bhushan <[email protected]> |
docs: improve comment around cloning middleware in examples (#1977) |
| 3009cf52 | 22-Oct-2024 |
tottoto <[email protected]> |
chore: Start development of version 0.13 (#2014) |
| 58345a6b | 17-Oct-2024 |
tottoto <[email protected]> |
chore: Update to tower 0.5 (#1892) |
| 7b93470b | 16-Oct-2024 |
tottoto <[email protected]> |
feat(interceptor): Change InterceptorLayer constructor associated function (#2005) |
| 1359d7ad | 14-Oct-2024 |
tottoto <[email protected]> |
chore(examples): Refactor tower example (#1999)
* chore(examples): Use http crate directly in tower example
* chore(examples): Remove unused hyper-util from tower example
* chore(examples): Remove
chore(examples): Refactor tower example (#1999)
* chore(examples): Use http crate directly in tower example
* chore(examples): Remove unused hyper-util from tower example
* chore(examples): Remove BoxBody from tower example
show more ...
|
| be4e0e77 | 07-Oct-2024 |
tottoto <[email protected]> |
chore: Refactor empty body constructor (#1981)
* chore: Refactor empty body constructor
* chore: Deprecate empty_body api |
| 9b74abf1 | 03-Oct-2024 |
tottoto <[email protected]> |
feat: Add Layered service to propagate NamedService implementation (#1966) |
| 5965daa8 | 04-Sep-2024 |
tottoto <[email protected]> |
chore(doc): Replace deprecated compile with compile_protos (#1923) |
| e4c71b8e | 04-Sep-2024 |
tottoto <[email protected]> |
feat(build): Rename compile method with compile_protos (#1920) |