From 479c801c31955257d32e58123d7dcbd08bdd90d7 Mon Sep 17 00:00:00 2001 From: marc2332 Date: Wed, 2 Aug 2023 22:54:21 +0200 Subject: [PATCH] update std --- Cargo.toml | 2 +- README.md | 2 +- book/src/guides/getting_started.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b45d94143..9d6b04cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ freya-node-state = { workspace = true } reqwest = { version = "0.11.13", features = ["json"] } serde = "1.0.152" tracing-subscriber = "0.2.25" -dioxus-std = { git = "https://github.com/marc2332/dioxus-std", rev = "4974f9e4e421b9036d9438ef33d4496559a76855", features = ["utils", "i18n"] } +dioxus-std = { version = "0.4", features = ["utils", "i18n"] } rand = "0.8.5" [profile.release] diff --git a/README.md b/README.md index f4e9828b6..8426ec831 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Add Freya as a dependency via git (it's not published on [crates.io](https://cra ```toml freya = { git = "https://github.com/marc2332/freya" } -dioxus = { version = "0.4", features = ["macro", "hooks"]} +dioxus = { version = "0.4", features = ["macro", "hooks"] } ``` ### Features ✨ diff --git a/book/src/guides/getting_started.md b/book/src/guides/getting_started.md index feb557792..d82533484 100644 --- a/book/src/guides/getting_started.md +++ b/book/src/guides/getting_started.md @@ -24,7 +24,7 @@ edition = "2021" [dependencies] freya = { git = "https://github.com/marc2332/freya" } -dioxus = { version = "0.4", features = ["macro", "hooks"]} +dioxus = { version = "0.4", features = ["macro", "hooks"] } ``` ### src/main.rs