| #
f07abb27 |
| 31-Jan-2025 |
tottoto <[email protected]> |
chore(examples): Update to rand 0.9 (#2168)
|
| #
1442a59d |
| 30-Nov-2024 |
Arjan Singh Bal <[email protected]> |
Minor fix in routeguide example (#2076)
|
| #
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 ...
|
| #
3009cf52 |
| 22-Oct-2024 |
tottoto <[email protected]> |
chore: Start development of version 0.13 (#2014)
|
|
Revision tags: v0.12.3 |
|
| #
5965daa8 |
| 04-Sep-2024 |
tottoto <[email protected]> |
chore(doc): Replace deprecated compile with compile_protos (#1923)
|
|
Revision tags: v0.12.2, v0.12.1 |
|
| #
4aad5afa |
| 13-Jul-2024 |
Luke <[email protected]> |
fixed hello world and route guide tutorials (#1791)
|
| #
b2e56654 |
| 13-Jul-2024 |
tottoto <[email protected]> |
chore(examples): Remove clone on copy value (#1794)
|
|
Revision tags: v0.12.0 |
|
| #
2eeca95e |
| 08-Jul-2024 |
Lucio Franco <[email protected]> |
chore: release v0.12.0 (#1740)
* chore: prepare v0.12.0 release
* add changelog
* fix version links
* update changelog
* update changelog to include prost update
|
| #
37bef0b2 |
| 28-May-2024 |
tsingwong <[email protected]> |
docs: update rand version (#1712)
|
| #
eeb3268f |
| 13-Mar-2024 |
pavedroad <[email protected]> |
chore: remove repetitive words (#1653)
Signed-off-by: pavedroad <[email protected]>
|
|
Revision tags: v0.11.0 |
|
| #
ea8cd3f3 |
| 08-Feb-2024 |
Lucio Franco <[email protected]> |
chore: prepare v0.11.0 release (#1626)
|
|
Revision tags: v0.10.2, v0.10.1 |
|
| #
d5c14fa2 |
| 21-Sep-2023 |
Lucio Franco <[email protected]> |
chore: Prepare `0.10.1` release (#1529)
|
|
Revision tags: v0.10.0 |
|
| #
d59fe0da |
| 01-Sep-2023 |
Lucio Franco <[email protected]> |
chore: Prepare `0.10` release (#1492)
|
| #
19e5f396 |
| 02-Aug-2023 |
tottoto <[email protected]> |
chore(doc): Replace futures crates with tokio-stream (#1444)
|
|
Revision tags: v0.9.2, v0.9.1 |
|
| #
01cba499 |
| 03-Apr-2023 |
Lucio Franco <[email protected]> |
chore: Prepare `0.9.1` release (#1343)
* Update documentation url in cargo tomls
* Bump versions to 0.9.1
* Update guides
* Add prepare/publish scripts
* Update changelog
|
|
Revision tags: v0.9.0, v0.8.4, v0.8.3 |
|
| #
f82488c4 |
| 07-Nov-2022 |
虎 <[email protected]> |
chore: Fix type in routeguide (#1136)
|
|
Revision tags: v0.8.2, v0.8.1, v0.8.0 |
|
| #
ec359ba3 |
| 29-Jul-2022 |
Lucio Franco <[email protected]> |
chore: Prepare 0.8 release (#1044)
|
|
Revision tags: v0.7.2, v0.7.1, v0.7.0 |
|
| #
808c417c |
| 31-Mar-2022 |
Lucio Franco <[email protected]> |
chore: Prepare 0.10 release (#954)
|
| #
d6c0fc11 |
| 10-Feb-2022 |
Matthias Vogelgesang <[email protected]> |
feat(build): use prettyplease to format output (#890) (#904)
|
|
Revision tags: v0.6.2, v0.6.1, v0.6.0 |
|
| #
2fe7131a |
| 25-Oct-2021 |
Lucio Franco <[email protected]> |
chore: Prepare `0.6.0` release (#811)
|
| #
23c1392f |
| 25-Oct-2021 |
Lucio Franco <[email protected]> |
fix(tonic): Remove `Sync` requirement for streams (#804)
|
| #
ddab65ed |
| 08-Sep-2021 |
Jerboas86 <[email protected]> |
docs: fix typo (#760)
in in <--> in
|
|
Revision tags: v0.5.2, v0.5.1, v0.5.0 |
|
| #
040e3a48 |
| 08-Jul-2021 |
Lucio Franco <[email protected]> |
chore: Prepare v0.5 release (#706)
* bump tonic version to 0.5
* Update changelog for 0.5
* Update CHANGELOG.md
Co-authored-by: David Pedersen <[email protected]>
* address comments
chore: Prepare v0.5 release (#706)
* bump tonic version to 0.5
* Update changelog for 0.5
* Update CHANGELOG.md
Co-authored-by: David Pedersen <[email protected]>
* address comments
Co-authored-by: David Pedersen <[email protected]>
show more ...
|
| #
acdb3273 |
| 08-Jul-2021 |
David Pedersen <[email protected]> |
chore: update prost, and related crates, to 0.8 (#703)
* chore: update prost, and related crates, to 0.8
Updates prost, prost-derive, prost-build, and prost-types to 0.8.
* Update the last few
chore: update prost, and related crates, to 0.8 (#703)
* chore: update prost, and related crates, to 0.8
Updates prost, prost-derive, prost-build, and prost-types to 0.8.
* Update the last few places
show more ...
|
|
Revision tags: v0.4.3, v0.4.2 |
|
| #
db22c356 |
| 04-Apr-2021 |
Junichi Sugiura <[email protected]> |
Fix ListFeaturesStream return type on RouteGuide Tutorial (#586)
|