Commit 4e06125
committed
Pin tcp_rerouting build dependencies for Rust 1.65 MSRV compatibility
Pin proc-macro2 and quote in build-dependencies to versions compatible
with Rust 1.65 (the SDK's MSRV). Without these pins, cargo may select
newer versions (e.g., quote 1.0.42) that require Rust 1.68+, causing
CI builds to fail.
This follows best practices by explicitly pinning problematic transitive
dependencies rather than setting rust-version, which is not used by
other examples.
Signed-off-by: Christof Gerber <[email protected]>1 parent 138dd55 commit 4e06125
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments