From 087faf60fc308ff61946bcae6c98dc73d619b6d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:43:51 +0000 Subject: [PATCH] build(tmpl): update version to v0.7.0 in contract template --- templates/set-vars.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/set-vars.rhai b/templates/set-vars.rhai index 578e0fbd..616bfea8 100644 --- a/templates/set-vars.rhai +++ b/templates/set-vars.rhai @@ -32,7 +32,7 @@ variable::set("mocks-feature-name", "mocks"); // Set versions of used crates variable::set("mockall-version", "0.12"); -variable::set("sails-rs-version", "0.6.3"); // NB: This version is updated autmatically by GH release workflow +variable::set("sails-rs-version", "0.7.0"); // NB: This version is updated autmatically by GH release workflow variable::set("tokio-version", "1.41"); fn is_kebab_case(name) {