Skip to content

Commit

Permalink
update std
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Aug 2, 2023
1 parent f436626 commit 479c801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✨
Expand Down
2 changes: 1 addition & 1 deletion book/src/guides/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 479c801

Please sign in to comment.