Skip to content

Commit

Permalink
release: sync Sails-RS v0.7.0 to master (#685)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 27, 2024
1 parent 31c3a82 commit 567cfd3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.6.3"
version = "0.7.0"
authors = ["Gear Technologies"]
edition = "2021"
license = "GPL-3.0"
Expand Down
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.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) {
Expand Down

0 comments on commit 567cfd3

Please sign in to comment.