We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a99ba commit 5d1ec4eCopy full SHA for 5d1ec4e
templates/set-vars.rhai
@@ -32,7 +32,7 @@ variable::set("mocks-feature-name", "mocks");
32
33
// Set versions of used crates
34
variable::set("mockall-version", "0.12");
35
-variable::set("sails-rs-version", "0.9.2"); // NB: This version is updated autmatically by GH release workflow
+variable::set("sails-rs-version", "0.10.0"); // NB: This version is updated autmatically by GH release workflow
36
variable::set("tokio-version", "1.41");
37
38
fn is_kebab_case(name) {
0 commit comments