From e86772cc5db0c045788ce4a64c362924b228f628 Mon Sep 17 00:00:00 2001 From: "bestia.dev" Date: Sat, 4 May 2024 17:21:36 +0000 Subject: [PATCH] pest 2.7.9->2.7.10 --- Cargo.toml | 2 +- README.md | 2 +- RELEASES.md | 2 ++ src/bin/cargo-auto/main.rs | 2 +- src/lib.rs | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 200e0d3..c4d1422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-auto" -version = "2024.504.1703" +version = "2024.504.1714" authors = ["bestia.dev"] homepage = "https://bestia.dev" edition = "2021" diff --git a/README.md b/README.md index b08bffa..0fa4374 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [//]: # (auto_cargo_toml_to_md start) **Automation tasks coded in Rust language for the workflow of Rust projects** -***version: 2024.504.1703 date: 2024-05-04 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)*** +***version: 2024.504.1714 date: 2024-05-04 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) diff --git a/RELEASES.md b/RELEASES.md index 1fcbf42..00def25 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -12,6 +12,8 @@ The TODO section is part of the [README.md](https://github.com/automation-tasks- - new_auto +- pest 2.7.9->2.7.10 + ## Version 2024.501.1827 (2024-05-01) - templates from GitHub diff --git a/src/bin/cargo-auto/main.rs b/src/bin/cargo-auto/main.rs index d5c7719..f9eb2b4 100644 --- a/src/bin/cargo-auto/main.rs +++ b/src/bin/cargo-auto/main.rs @@ -6,7 +6,7 @@ //! # cargo-auto //! //! **Automation tasks coded in Rust language for the workflow of Rust projects** -//! ***version: 2024.504.1703 date: 2024-05-04 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)*** +//! ***version: 2024.504.1714 date: 2024-05-04 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) diff --git a/src/lib.rs b/src/lib.rs index 7a65047..729687a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ //! # cargo-auto //! //! **Automation tasks coded in Rust language for the workflow of Rust projects** -//! ***version: 2024.504.1703 date: 2024-05-04 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)*** +//! ***version: 2024.504.1714 date: 2024-05-04 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)