Skip to content

Commit 8263f4d

Browse files
committed
Remove broken rest-grpc-multiplex example
This example has not been updated to hyper v1 for a year and requires every developer to have `protoc` installed on their machine to be able to run `cargo build --workspace`. Both of these points combined IMHO shift the tradeoff enough to it not being valuable enough to keep the broken example around.
1 parent 12d7d9c commit 8263f4d

File tree

6 files changed

+0
-275
lines changed

6 files changed

+0
-275
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: taiki-e/install-action@protoc
1918
- uses: dtolnay/rust-toolchain@beta
2019
with:
2120
components: clippy, rustfmt
@@ -46,7 +45,6 @@ jobs:
4645
runs-on: ubuntu-24.04
4746
steps:
4847
- uses: actions/checkout@v4
49-
- uses: taiki-e/install-action@protoc
5048
- uses: dtolnay/rust-toolchain@stable
5149
- uses: Swatinem/rust-cache@v2
5250
with:
@@ -84,7 +82,6 @@ jobs:
8482
rust: [stable, beta]
8583
steps:
8684
- uses: actions/checkout@v4
87-
- uses: taiki-e/install-action@protoc
8885
- uses: dtolnay/rust-toolchain@master
8986
with:
9087
toolchain: ${{ matrix.rust }}

examples/rest-grpc-multiplex/Cargo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/rest-grpc-multiplex/build.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/rest-grpc-multiplex/proto/helloworld.proto

Lines changed: 0 additions & 37 deletions
This file was deleted.

examples/rest-grpc-multiplex/src/main.rs

Lines changed: 0 additions & 87 deletions
This file was deleted.

examples/rest-grpc-multiplex/src/multiplex_service.rs

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)