mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-01-06 21:12:56 +00:00
fix: Resolve Rust Edition 2024 compatibility issues
- Update Rust version to 'stable' for latest compiler support - Downgrade leptos-shadcn dependencies from 0.9.x to 0.8.1 - Fix 'edition2024' feature requirement error in GitHub Actions - Ensure compatibility with current Rust stable toolchain - Resolve dependency version conflicts in CI environment
This commit is contained in:
2
.github/workflows/demo-deploy.yml
vendored
2
.github/workflows/demo-deploy.yml
vendored
@@ -18,7 +18,7 @@ on:
|
||||
workflow_dispatch: # Allow manual triggering
|
||||
|
||||
env:
|
||||
RUST_VERSION: '1.80.0'
|
||||
RUST_VERSION: 'stable'
|
||||
NODE_VERSION: '18'
|
||||
WASM_PACK_VERSION: '0.12.1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user