Skip to content

Commit

Permalink
Remove broken rest-grpc-multiplex example (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored Dec 26, 2024
1 parent ee7544d commit c4edb3b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 275 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@protoc
- uses: dtolnay/rust-toolchain@beta
with:
components: clippy, rustfmt
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@protoc
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -84,7 +82,6 @@ jobs:
rust: [stable, beta]
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@protoc
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
Expand Down
20 changes: 0 additions & 20 deletions examples/rest-grpc-multiplex/Cargo.toml

This file was deleted.

10 changes: 0 additions & 10 deletions examples/rest-grpc-multiplex/build.rs

This file was deleted.

37 changes: 0 additions & 37 deletions examples/rest-grpc-multiplex/proto/helloworld.proto

This file was deleted.

87 changes: 0 additions & 87 deletions examples/rest-grpc-multiplex/src/main.rs

This file was deleted.

118 changes: 0 additions & 118 deletions examples/rest-grpc-multiplex/src/multiplex_service.rs

This file was deleted.

0 comments on commit c4edb3b

Please sign in to comment.