We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ddecd commit c554af1Copy full SHA for c554af1
common.rhai
@@ -1,7 +1,7 @@
1
// Dioxus version. This only needs changed to update all templates.
2
// You can change this in development to be `path = "abc/"` or `git = "xyz"` for local development.
3
const DIOXUS_DEP_SRC_VAR = "dioxus_dep_src";
4
-variable::set(DIOXUS_DEP_SRC_VAR, "version = \"0.7.0-alpha.0\"");
+variable::set(DIOXUS_DEP_SRC_VAR, "version = \"0.7.0-alpha.2\"");
5
6
// These are variables that are used in liquid
7
const NEEDS_DEFAULT_PLATFORM_VAR = "needs_default_platform";
0 commit comments