Skip to content

Commit f868588

Browse files
build(tmpl): update version to v0.10.2 in contract template
1 parent b5e1f6a commit f868588

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.10.1"); // NB: This version is updated autmatically by GH release workflow
35+
variable::set("sails-rs-version", "0.10.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)