Commit 48efe05
fix: Update BlockingTransportFactory::create calls and switch MSRV to rustup
- Add missing send_delay parameter to all BlockingTransportFactory::create
callers in standalone_server.rs and standalone_client.rs. PR #116 changed
the signature to 3 arguments but did not update callers from PR #110,
breaking compilation on main.
- Switch MSRV pre-commit check from container (podman/docker) to rustup.
The container approach failed in environments without container privileges,
causing contributors to bypass pre-commit hooks entirely. The rustup
approach reads the MSRV from Cargo.toml and works in any standard Rust
development environment.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent da9f8c2 commit 48efe05
3 files changed
Lines changed: 37 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 10 | + | |
19 | 11 | | |
20 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
21 | 16 | | |
22 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
23 | 21 | | |
24 | | - | |
| 22 | + | |
| 23 | + | |
25 | 24 | | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
| 465 | + | |
| 466 | + | |
470 | 467 | | |
471 | 468 | | |
472 | 469 | | |
| |||
496 | 493 | | |
497 | 494 | | |
498 | 495 | | |
499 | | - | |
| 496 | + | |
| 497 | + | |
500 | 498 | | |
501 | 499 | | |
502 | 500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1552 | 1552 | | |
1553 | 1553 | | |
1554 | 1554 | | |
1555 | | - | |
| 1555 | + | |
| 1556 | + | |
1556 | 1557 | | |
1557 | 1558 | | |
1558 | 1559 | | |
| |||
1724 | 1725 | | |
1725 | 1726 | | |
1726 | 1727 | | |
1727 | | - | |
| 1728 | + | |
| 1729 | + | |
1728 | 1730 | | |
1729 | 1731 | | |
1730 | 1732 | | |
| |||
1777 | 1779 | | |
1778 | 1780 | | |
1779 | 1781 | | |
1780 | | - | |
| 1782 | + | |
| 1783 | + | |
1781 | 1784 | | |
1782 | 1785 | | |
1783 | 1786 | | |
| |||
2185 | 2188 | | |
2186 | 2189 | | |
2187 | 2190 | | |
2188 | | - | |
| 2191 | + | |
| 2192 | + | |
2189 | 2193 | | |
2190 | 2194 | | |
2191 | 2195 | | |
| |||
2370 | 2374 | | |
2371 | 2375 | | |
2372 | 2376 | | |
2373 | | - | |
| 2377 | + | |
| 2378 | + | |
2374 | 2379 | | |
2375 | 2380 | | |
2376 | 2381 | | |
| |||
2531 | 2536 | | |
2532 | 2537 | | |
2533 | 2538 | | |
2534 | | - | |
| 2539 | + | |
| 2540 | + | |
2535 | 2541 | | |
2536 | 2542 | | |
2537 | 2543 | | |
| |||
3026 | 3032 | | |
3027 | 3033 | | |
3028 | 3034 | | |
3029 | | - | |
| 3035 | + | |
| 3036 | + | |
3030 | 3037 | | |
3031 | 3038 | | |
3032 | 3039 | | |
| |||
3080 | 3087 | | |
3081 | 3088 | | |
3082 | 3089 | | |
3083 | | - | |
| 3090 | + | |
| 3091 | + | |
3084 | 3092 | | |
3085 | 3093 | | |
3086 | 3094 | | |
| |||
0 commit comments