Skip to content

Commit

Permalink
build(tmpl): update version to v0.6.3 in contract template
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent 1b825ba commit bb1c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/set-vars.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"); // NB: This version is updated autmatically by GH release workflow
variable::set("sails-rs-version", "0.6.3"); // NB: This version is updated autmatically by GH release workflow
variable::set("tokio-version", "1.41");

fn is_kebab_case(name) {
Expand Down

0 comments on commit bb1c118

Please sign in to comment.