Skip to content

Commit

Permalink
cargo_auto_lib = 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia.dev committed Mar 29, 2024
1 parent 30823e0 commit 133fd5d
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 31 deletions.
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
[package]
name = "cargo-auto"
version = "2024.328.526"
version = "2024.329.2014"
authors = ["bestia.dev"]
homepage = "https://bestia.dev"
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[//]: # (auto_cargo_toml_to_md start)

**Automation tasks coded in Rust language for the workflow of Rust projects**
***version: 2024.328.526 date: 2024-03-28 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
***version: 2024.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***

![maintained](https://img.shields.io/badge/maintained-green)
![ready-for-use](https://img.shields.io/badge/ready_for_use-green)
Expand All @@ -28,11 +28,11 @@
![cargo-auto](https://bestia.dev/webpage_hit_counter/get_svg_image/959103982.svg)

[//]: # (auto_lines_of_code start)
[![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8541-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
[![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8588-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
[![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-735-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
[![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-427-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
[![Lines in examples](https://img.shields.io/badge/Lines_in_examples-0-yellow.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
[![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8342-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
[![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8362-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)

[//]: # (auto_lines_of_code end)

Expand Down
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The TODO section is part of the [README.md](https://github.com/automation-tasks-

## Unreleased

- cargo_auto_lib = 2.0.6

## Version 2024.328.526 (2024-03-28)

- github_owner
Expand Down
4 changes: 2 additions & 2 deletions automation_tasks_rs/Cargo.lock

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

6 changes: 3 additions & 3 deletions src/bin/cargo-auto/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.328.526 date: 2024-03-28 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//!
//! ![maintained](https://img.shields.io/badge/maintained-green)
//! ![ready-for-use](https://img.shields.io/badge/ready_for_use-green)
Expand All @@ -26,11 +26,11 @@
//! [![Newest docs](https://img.shields.io/badge/newest_docs-blue.svg)](https://automation-tasks-rs.github.io/cargo-auto/cargo_auto/index.html)
//! ![cargo-auto](https://bestia.dev/webpage_hit_counter/get_svg_image/959103982.svg)
//!
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8541-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8588-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-735-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-427-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in examples](https://img.shields.io/badge/Lines_in_examples-0-yellow.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8342-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8362-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//!
//! Hashtags: #maintained #ready-for-use #rustlang #automation #workflow
//! My projects on GitHub are more like a tutorial than a finished product: [bestia-dev tutorials](https://github.com/bestia-dev/tutorials_rust_wasm).
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.328.526 date: 2024-03-28 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//!
//! ![maintained](https://img.shields.io/badge/maintained-green)
//! ![ready-for-use](https://img.shields.io/badge/ready_for_use-green)
Expand All @@ -26,11 +26,11 @@
//! [![Newest docs](https://img.shields.io/badge/newest_docs-blue.svg)](https://automation-tasks-rs.github.io/cargo-auto/cargo_auto/index.html)
//! ![cargo-auto](https://bestia.dev/webpage_hit_counter/get_svg_image/959103982.svg)
//!
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8541-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8588-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-735-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-427-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in examples](https://img.shields.io/badge/Lines_in_examples-0-yellow.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8342-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8362-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//!
//! Hashtags: #maintained #ready-for-use #rustlang #automation #workflow
//! My projects on GitHub are more like a tutorial than a finished product: [bestia-dev tutorials](https://github.com/bestia-dev/tutorials_rust_wasm).
Expand Down
12 changes: 11 additions & 1 deletion src/template_new_auto_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ description = "cargo auto - automation tasks written in Rust language"
publish = false
[dependencies]
cargo_auto_lib = "2.0.5""###,
cargo_auto_lib = "2.0.6""###,
});
vec_file.push(crate::FileItem{
file_name :"README.md",
Expand Down Expand Up @@ -487,6 +487,16 @@ So I can drink a free beer for your health :-)
},
"rust-analyzer.showUnlinkedFileNotification": false,
"cSpell.words": [
"zdravje"
"zcvf",
"thiserror",
"substack",
"struct",
"Prost",
"Nazdravlje",
"CRUSTDE",
"bestiadev",
"Alla",
"bestia",
"deps",
"endregion",
Expand Down
32 changes: 27 additions & 5 deletions src/template_new_cli_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ pub fn get_vec_file() -> Vec<crate::FileItem> {
*.html text eol=lf
*.js text eol=lf
*.css text eol=lf
"###,
LICENSE text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf"###,
});
vec_file.push(crate::FileItem {
file_name: ".gitignore",
Expand Down Expand Up @@ -429,7 +431,7 @@ description = "cargo auto - automation tasks written in Rust language"
publish = false
[dependencies]
cargo_auto_lib = "2.0.5""###,
cargo_auto_lib = "2.0.6""###,
});
vec_file.push(crate::FileItem {
file_name: "automation_tasks_rs/Cargo.lock",
Expand Down Expand Up @@ -2323,6 +2325,16 @@ dependencies = [
},
"rust-analyzer.showUnlinkedFileNotification": false,
"cSpell.words": [
"zdravje"
"zcvf",
"thiserror",
"substack",
"struct",
"Prost",
"Nazdravlje",
"CRUSTDE",
"bestiadev",
"Alla",
"alloc",
"bestia",
"endregion",
Expand Down Expand Up @@ -2450,7 +2462,7 @@ fn upper_greet_name(greet_name: &str) -> anyhow::Result<()> {
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.328.526 date: 2024-03-28 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//!
//! ![maintained](https://img.shields.io/badge/maintained-green)
//! ![ready-for-use](https://img.shields.io/badge/ready_for_use-green)
Expand All @@ -2470,11 +2482,11 @@ fn upper_greet_name(greet_name: &str) -> anyhow::Result<()> {
//! [![Newest docs](https://img.shields.io/badge/newest_docs-blue.svg)](https://automation-tasks-rs.github.io/cargo-auto/cargo_auto/index.html)
//! ![cargo-auto](https://bestia.dev/webpage_hit_counter/get_svg_image/959103982.svg)
//!
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8541-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8588-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-735-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-427-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in examples](https://img.shields.io/badge/Lines_in_examples-0-yellow.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8342-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8362-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//!
//! Hashtags: #maintained #ready-for-use #rustlang #automation #workflow
//! My projects on GitHub are more like a tutorial than a finished product: [bestia-dev tutorials](https://github.com/bestia-dev/tutorials_rust_wasm).
Expand Down Expand Up @@ -3168,6 +3180,16 @@ fn integration_test_02_error_check() {
},
"rust-analyzer.showUnlinkedFileNotification": false,
"cSpell.words": [
"zdravje"
"zcvf",
"thiserror",
"substack",
"struct",
"Prost",
"Nazdravlje",
"CRUSTDE",
"bestiadev",
"Alla",
"bestia",
"endregion",
"plantuml",
Expand Down
28 changes: 21 additions & 7 deletions src/template_new_pwa_wasm_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ pub fn get_vec_file() -> Vec<crate::FileItem> {
*.html text eol=lf
*.js text eol=lf
*.css text eol=lf
"###,
LICENSE text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf"###,
});
vec_file.push(crate::FileItem {
file_name: ".gitignore",
Expand Down Expand Up @@ -591,7 +593,7 @@ description = "cargo auto - automation tasks written in Rust language"
publish = false

[dependencies]
cargo_auto_lib = "2.0.5""###,
cargo_auto_lib = "2.0.6""###,
});
vec_file.push(crate::FileItem {
file_name: "automation_tasks_rs/Cargo.lock",
Expand Down Expand Up @@ -2485,6 +2487,16 @@ dependencies = [
},
"rust-analyzer.showUnlinkedFileNotification": false,
"cSpell.words": [
"zdravje"
"zcvf",
"thiserror",
"substack",
"struct",
"Prost",
"Nazdravlje",
"CRUSTDE",
"bestiadev",
"Alla",
"bestia",
"endregion",
"plantuml",
Expand Down Expand Up @@ -3036,7 +3048,7 @@ pub const RESET: &str = "\x1b[0m";
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.328.526 date: 2024-03-28 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//!
//! ![maintained](https://img.shields.io/badge/maintained-green)
//! ![ready-for-use](https://img.shields.io/badge/ready_for_use-green)
Expand All @@ -3056,11 +3068,11 @@ pub const RESET: &str = "\x1b[0m";
//! [![Newest docs](https://img.shields.io/badge/newest_docs-blue.svg)](https://automation-tasks-rs.github.io/cargo-auto/cargo_auto/index.html)
//! ![cargo-auto](https://bestia.dev/webpage_hit_counter/get_svg_image/959103982.svg)
//!
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8541-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8588-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-735-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-427-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in examples](https://img.shields.io/badge/Lines_in_examples-0-yellow.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8342-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8362-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//!
//! Hashtags: #maintained #ready-for-use #rustlang #automation #workflow
//! My projects on GitHub are more like a tutorial than a finished product: [bestia-dev tutorials](https://github.com/bestia-dev/tutorials_rust_wasm).
Expand Down Expand Up @@ -3418,7 +3430,7 @@ jobs:
// but the new service worker will not be activated until all
// tabs with this webapp are closed.

const CACHE_NAME = '2024.328.520';
const CACHE_NAME = '2024.328.526';

self.addEventListener('install', event => {
console.log('event install ', CACHE_NAME);
Expand Down Expand Up @@ -10629,6 +10641,8 @@ So I can drink a free beer for your health :-)
},
"rust-analyzer.showUnlinkedFileNotification": false,
"cSpell.words": [
"zcvf",
"struct",
"Alla",
"apos",
"bestia",
Expand Down Expand Up @@ -10656,4 +10670,4 @@ So I can drink a free beer for your health :-)

// return
vec_file
}
}
29 changes: 25 additions & 4 deletions src/template_new_wasm_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ pub fn get_vec_file() -> Vec<crate::FileItem> {
*.html text eol=lf
*.js text eol=lf
*.css text eol=lf
LICENSE text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf
"###,
});
vec_file.push(crate::FileItem {
Expand Down Expand Up @@ -439,7 +442,7 @@ description = "cargo auto - automation tasks written in Rust language"
publish = false
[dependencies]
cargo_auto_lib = "2.0.5""###,
cargo_auto_lib = "2.0.6""###,
});
vec_file.push(crate::FileItem {
file_name: "automation_tasks_rs/Cargo.lock",
Expand Down Expand Up @@ -2333,6 +2336,16 @@ dependencies = [
},
"rust-analyzer.showUnlinkedFileNotification": false,
"cSpell.words": [
"zdravje"
"zcvf",
"thiserror",
"substack",
"struct",
"Prost",
"Nazdravlje",
"CRUSTDE",
"bestiadev",
"Alla",
"alloc",
"bestia",
"endregion",
Expand Down Expand Up @@ -2742,7 +2755,7 @@ pub const RESET: &str = "\x1b[0m";
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.328.526 date: 2024-03-28 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//!
//! ![maintained](https://img.shields.io/badge/maintained-green)
//! ![ready-for-use](https://img.shields.io/badge/ready_for_use-green)
Expand All @@ -2762,11 +2775,11 @@ pub const RESET: &str = "\x1b[0m";
//! [![Newest docs](https://img.shields.io/badge/newest_docs-blue.svg)](https://automation-tasks-rs.github.io/cargo-auto/cargo_auto/index.html)
//! ![cargo-auto](https://bestia.dev/webpage_hit_counter/get_svg_image/959103982.svg)
//!
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8541-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-8588-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-735-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-427-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in examples](https://img.shields.io/badge/Lines_in_examples-0-yellow.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8342-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-8362-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/)
//!
//! Hashtags: #maintained #ready-for-use #rustlang #automation #workflow
//! My projects on GitHub are more like a tutorial than a finished product: [bestia-dev tutorials](https://github.com/bestia-dev/tutorials_rust_wasm).
Expand Down Expand Up @@ -3444,6 +3457,14 @@ So I can drink a free beer for your health :-)
},
"rust-analyzer.showUnlinkedFileNotification": false,
"cSpell.words": [
"zdravje"
"zcvf",
"substack",
"struct",
"Prost",
"Nazdravlje",
"bestiadev",
"Alla",
"apos",
"bestia",
"bindgen",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// but the new service worker will not be activated until all
// tabs with this webapp are closed.

const CACHE_NAME = '2024.328.526';
const CACHE_NAME = '2024.329.2014';

self.addEventListener('install', event => {
console.log('event install ', CACHE_NAME);
Expand Down

0 comments on commit 133fd5d

Please sign in to comment.