Skip to content

Commit

Permalink
restore dioxus version for the main package
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Jun 3, 2024
1 parent 8dd85a6 commit aae3774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ unic-langid = { version = "0.9.1", features = ["serde"], optional = true }
rustc-hash = { version = "1.1.0", optional = true }
postcard = { version = "1.0.2", features = ["use-std"], optional = true }
once_cell = { version = "1.17.0", optional = true }
dioxus-signals = { git = "https://github.com/DioxusLabs/dioxus", branch = "v0.5", features = [
dioxus-signals = { version = "0.5.0", features = [
"serialize",
], optional = true }

Expand Down

0 comments on commit aae3774

Please sign in to comment.