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