Skip to content

Commit

Permalink
move to dioxus alpha-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Aug 13, 2024
1 parent 0ac789e commit 3f8e2b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions mdbook-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ serde_json = "1.0.96"
macro_state = "0.2.0"
convert_case = "0.6.0"
postcard = { version = "1.0.4", features = ["use-std"] }
dioxus-rsx = { git = "https://github.com/DioxusLabs/dioxus" }
pulldown-cmark = "0.9.3"
syntect = "5.0"
manganis-common = { git = "https://github.com/DioxusLabs/manganis", optional = true }
dioxus-rsx = { version = "0.6.0-alpha.2" }

[features]
manganis = ["manganis-common"]
manganis = []
4 changes: 2 additions & 2 deletions use-mdbook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ serde_json = "1.0.96"
yazi = "0.1.5"

[dev-dependencies]
dioxus = { git = "https://github.com/dioxuslabs/dioxus" }
dioxus-router = { git = "https://github.com/dioxuslabs/dioxus", features = ["ssr"] }
dioxus = { version = "0.6.0-alpha.2" }
dioxus-router = { version = "0.6.0-alpha.2" , features = ["ssr"] }
tokio = { version = "*", features = ["full"] }

[features]
Expand Down

0 comments on commit 3f8e2b4

Please sign in to comment.