Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit fe1f8ab

Browse files
committed
Merge branch 'main' of github.com:rambip/leptos-markdown
2 parents 4280087 + 40ef881 commit fe1f8ab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
22
name = "leptos-markdown"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
leptos = {version="0.5", features=["csr"]}
9+
leptos = {version="0.6.14", features=["csr"]}
1010

1111
rust-web-markdown = { git = "https://github.com/rambip/rust-web-markdown/" }
1212

13-
wasm-bindgen="0.2"
13+
wasm-bindgen="0.2.93"
1414

1515
[features]
1616

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ You can use this component to render both static and dynamic markdown.
1717

1818
```rust
1919
use leptos::*;
20+
use leptos_markdown::Markdown;
2021

2122
{
2223
...

0 commit comments

Comments
 (0)