feat: bump leptos 0.7→0.8 + axum 0.7→0.8#26
Merged
Conversation
Coordinated upgrade of the Leptos + axum stack: leptos 0.7 → 0.8 leptos_meta 0.7 → 0.8 leptos_router 0.7 → 0.8 leptos_axum 0.7 → 0.8 axum 0.7 → 0.8 Both target builds clean with no source changes: cargo check --target wasm32-unknown-unknown (browser bundle) cargo check --features ssr (axum binary) axum 0.7.9 still appears in Cargo.lock as a transitive of server_fn (leptos 0.8 ecosystem hasn't fully migrated yet); our code links against 0.8.9. Supersedes #17 (leptos_meta), #18 (leptos_axum), #20 (leptos_router), #22 (axum).
This was referenced May 12, 2026
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates the Sentrix Explorer project's dependencies to use Leptos 0.8 and Axum 0.8. The change modifies Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cluster C of the major-bump audit.
Changes
Verification
cargo check --target wasm32-unknown-unknown— clean (browser/CSR/hydrate)cargo check --features ssr— clean (axum SSR binary)Note on axum lockfile entries
axum 0.7.9 still appears in Cargo.lock as a transitive of server_fn (which leptos 0.8 still pins to 0.7 internally); our crate links against 0.8.9. This dual-presence resolves once the leptos ecosystem fully migrates.
Coordination
Independent of cluster A (PR #25) — both touch Cargo.toml; whichever lands first will be a trivial rebase for the other.
Supersedes #17, #18, #20, #22.
Summary by CodeRabbit