This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Update examples to leptos 0.6, and configure Cargo to use nightly by default - #17
Open
dlight wants to merge 2 commits into
Open
Update examples to leptos 0.6, and configure Cargo to use nightly by default#17dlight wants to merge 2 commits into
dlight wants to merge 2 commits into
Conversation
Owner
|
This project will move to https://github.com/rambip/rust-web-markdown, I never took the time to deprecate this repo. |
Author
|
The idea is to have a single repository for Leptos, Dioxus and Yew? That's cool Anyway I made the PR just so that people would have an easier time experimenting with this code as is |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Currently the examples don't run because they point to leptos 0.5. This fixes that.
Additionally this PR also adds a
rust-toolchain.tomlfile pointing to Rust nightly, because it looks like the examples need nightly or something. (this is used when not building through nix - otherwise,flake.nixis already setting up a nightly environment)