Commit 3aca38c
committed
Add license header to .proto file and refine MSRV approach
- Add Apache 2.0 license header to set_envoy_filter_state.proto
- Remove rust-version field from tcp_rerouting example Cargo.toml
- Keep explicit dependency pins for proc-macro2 and quote to ensure
Rust 1.65 compatibility
This approach follows the pattern of other examples (no rust-version)
while ensuring MSRV compatibility through explicit dependency pinning
rather than relying on rust-version, which doesn't prevent Cargo from
selecting incompatible dependency versions.
Signed-off-by: Christof Gerber <christof.gerber1@gmail.com>1 parent 4e06125 commit 3aca38c
File tree
2 files changed
+17
-1
lines changed- examples/tcp_rerouting
- src
2 files changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
1 | 15 | | |
2 | 16 | | |
3 | 17 | | |
| |||
0 commit comments