Skip to content

Commit

Permalink
build(deps): bump up sails-rs to 0.5.1 in template (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky authored Sep 27, 2024
1 parent 9717106 commit 25e2530
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.5.0");
variable::set("sails-rs-version", "0.5.1");
variable::set("tokio-version", "1.40");

fn is_kebab_case(name) {
Expand Down

0 comments on commit 25e2530

Please sign in to comment.