Skip to content

Commit a5bf8a7

Browse files
build(tmpl): update version to v0.8.1 in contract template
1 parent 586aa4e commit a5bf8a7

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