Skip to content

Commit

Permalink
build(deps): bump up Sails crates to 0.6.1 in template (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky authored Oct 8, 2024
1 parent 2d59a6a commit 56e02a8
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.0");
variable::set("sails-rs-version", "0.6.1");
variable::set("tokio-version", "1.40");

fn is_kebab_case(name) {
Expand Down

0 comments on commit 56e02a8

Please sign in to comment.