Skip to content

Commit 38ec129

Browse files
build(tmpl): update version to v0.9.2 in contract template
1 parent 0538b78 commit 38ec129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/set-vars.rhai

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variable::set("mocks-feature-name", "mocks");
3232

3333
// Set versions of used crates
3434
variable::set("mockall-version", "0.12");
35-
variable::set("sails-rs-version", "0.9.1"); // NB: This version is updated autmatically by GH release workflow
35+
variable::set("sails-rs-version", "0.9.2"); // NB: This version is updated autmatically by GH release workflow
3636
variable::set("tokio-version", "1.41");
3737

3838
fn is_kebab_case(name) {

0 commit comments

Comments
 (0)