16yuki0702 and GitHub
07d2f9825f
Fix helloworld tutorial. ( #546 )
...
updated tutorial to use tokio 1.x.
2021-02-02 11:22:17 -05:00
Lucio Franco and GitHub
fda2d689d4
chore: Prepare 0.4 release ( #538 )
...
* Prepare `0.4` release
* Fix cargo issues
2021-01-15 13:38:36 -05:00
Lucio Franco and GitHub
62b8ab0b51
chore: Prepare 0.3.0 release ( #399 )
...
* chore: Prepare 0.3.0 release
* update changelog
* fix builds
* Update breaking changes
2020-07-13 13:00:54 -04:00
Nick Law and GitHub
4f839107b9
chore(docs): fix incorrect proto path in helloworld tutorial ( #368 )
...
This change reverts #366 . The `proto/` directory, as described in the guide,
is created under the root of the crate. Not under `src/`.
I've also included a fix to the `grpcurl` endpoint.
2020-06-09 13:08:39 -04:00
Paul-Sebastian Manole and GitHub
02499fdfd3
chore: wrong path for call to compile_protos ( #366 )
...
Fixed wrong path "proto/helloworld.proto" for `compile_protos` first argument. `build.rs` being in the project root, means the correct path should be "src/proto/helloworld.proto".
2020-06-03 12:10:07 -04:00
Lucio Franco and GitHub
6f378e2bd0
chore: Prepare 0.2 release ( #321 )
...
Signed-off-by: Lucio Franco <[email protected] >
2020-04-01 14:34:51 -04:00
9e7d35a2d3
chore: Add blocknig server example ( #277 )
...
Co-authored-by: Lucio Franco <[email protected] >
2020-03-06 11:30:10 -05:00
Gyusun Yeom and GitHub
f65cda1ea0
feat(build): Decouple codgen from prost ( #170 )
2020-03-01 13:52:31 -05:00
Lucio Franco and GitHub
66ac4c4049
chore: Prepare 0.1.1 release ( #246 )
...
* chore: Prepare 0.1.1 release
* add missing pr
2020-01-20 11:53:45 -05:00
Fuyang Liu and Lucio Franco
bd0f5edddf
chore: Add grpcurl example in helloworld readme ( #236 )
2020-01-14 10:55:59 -05:00
Lucio Franco and GitHub
f4ecf47428
chore: Prepare 0.1.0 release ( #234 )
2020-01-14 09:36:19 -05:00
Marcel and Lucio Franco
dadc8186c2
chore: Upgrade to prost, prost-build and prost-derive 0.6 ( #230 ) ( #231 )
2020-01-13 09:40:57 -05:00
Lucio Franco and GitHub
6673f91f1f
chore: Remove required bytes dep and clean up deny ( #227 )
...
* chore: Remove required bytes dep and clean up deny
* Fix interop test cli args
2020-01-11 12:48:24 -08:00
Adam Jacob and Lucio Franco
8997f47b6d
chore: Upgrade to prost master and bytes 0.5 ( #224 )
...
This upgrades tonic to prost's master branch, and moves everything to
bytes 0.5.
2020-01-11 11:05:08 -08:00
Juan Alvarez and Lucio Franco
4e5c6c8f23
chore(example): update guides to 0.1-beta.1 ( #198 )
...
* update routeguide
* update helloworld
* depend on tonic beta.1
* Apply suggestions from code review
Co-Authored-By: Lucio Franco <[email protected] >
Co-authored-by: Lucio Franco <[email protected] >
2019-12-19 18:23:25 -05:00
Artem Vorotnikov and Lucio Franco
7077d8dfd0
chore(docs): Fix routeguide tutorial link ( #183 )
2019-12-13 13:10:43 -05:00
Lucio Franco and GitHub
d9a481baef
chore: Reorganize examples and interop crates ( #180 )
...
* chore: Reorganize examples and interop crates
* fix interop tests
2019-12-12 11:53:15 -05:00