Commit e72963d
fix(ci): bump MSRV to 1.85 + ASCII-only fake-claude payload
After 640eb80 unblocked Linux+macOS, two CI lanes still failed:
MSRV: pinning rmcp-macros to 0.3.1 surfaced clap_lex 1.1.0 as the
next dep needing edition2024. The Rust ecosystem post-2025-02 widely
adopted the 2024 edition; pinning every transitive crate is a losing
race. Single MSRV bump 1.83 → 1.85 unblocks them all (1.85 is GA).
Also reverts rmcp-macros pin so we track the latest 0.3.x patch.
Windows: classifier_surfaces_not_logged_in_with_friendly_hint failed
because the test envelope contained `·` (U+00B7). The fake-claude.cmd
helper emits via `type` on the console code page, which mangles non-
ASCII bytes before our UTF-8 decode. Real `claude` always emits UTF-8
directly, so this is a fake-only concern. Switched the test payload
to ASCII `-` and added a comment explaining the constraint.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 640eb80 commit e72963d
6 files changed
Lines changed: 19 additions & 17 deletions
File tree
- .github/workflows
- crates
- tj-core/src/classifier
- tj-mcp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
186 | 191 | | |
187 | 192 | | |
188 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
| |||
0 commit comments