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.
2 parents c554af1 + df1a0be commit 067fd61Copy full SHA for 067fd61
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.2\"");
+variable::set(DIOXUS_DEP_SRC_VAR, "version = \"0.7.0-alpha.3\"");
5
6
// These are variables that are used in liquid
7
const NEEDS_DEFAULT_PLATFORM_VAR = "needs_default_platform";
0 commit comments