leptos-markdown icon indicating copy to clipboard operation
leptos-markdown copied to clipboard

Update examples to leptos 0.6, and configure Cargo to use nightly by default

Open dlight opened this issue 9 months ago • 2 comments

Currently the examples don't run because they point to leptos 0.5. This fixes that.

Additionally this PR also adds a rust-toolchain.toml file pointing to Rust nightly, because it looks like the examples need nightly or something. (this is used when not building through nix - otherwise, flake.nix is already setting up a nightly environment)

dlight avatar Feb 16 '25 23:02 dlight

This project will move to https://github.com/rambip/rust-web-markdown, I never took the time to deprecate this repo.

rambip avatar Feb 17 '25 12:02 rambip

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

dlight avatar Feb 17 '25 17:02 dlight