You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): update MSRV to 1.88 and fix Windows VFS path handling
- Update rust-version from 1.85 to 1.88 to match Wasmtime 38.0 requirements
- Fix VFS builder path joining to maintain Unix-style paths on all platforms
- Refactor collapsible_if in config validation per new clippy lint
Fixes:
- MSRV check failure: Wasmtime 38.0 requires Rust 1.88.0
- Windows test failures: VFS path separator handling on Windows
- test_complete_generation_workflow_vkteams
- test_empty_server_generation
- test_complex_schema_generation
- test_vfs_directory_listing
All 314 tests now pass on all platforms.
0 commit comments