We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586aa4e commit a5bf8a7Copy full SHA for a5bf8a7
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.8.0"); // NB: This version is updated autmatically by GH release workflow
+variable::set("sails-rs-version", "0.8.1"); // 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