Skip to content

Commit

Permalink
carret versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia.dev committed May 4, 2024
1 parent 59010af commit c9aa71f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-auto"
version = "2024.504.1714"
version = "2024.504.1814"
authors = ["bestia.dev"]
homepage = "https://bestia.dev"
edition = "2021"
Expand All @@ -21,21 +21,21 @@ include = [
]

[dependencies]
lazy_static="1.4.0"
base64ct = {version = "1.6.0", features = ["alloc"] }
json5 = "0.4.1"
serde = { version = "1.0.196", features = ["derive"] }
image = "0.24.8"
ico = "0.3.0"
ring = "0.17.7"
data-encoding = "2.5.0"
anyhow="1.0.79"
serde_derive = "1.0.196"
serde_json = "1.0.113"
reqwest = { version = "0.12.3", features = ["blocking"] }
flate2 = "1.0.30"
tar = "0.4.40"
walkdir = "2.5.0"
lazy_static="^1.4.0"
base64ct = {version = "^1.6.0", features = ["alloc"] }
json5 = "^0.4.1"
serde = { version = "^1.0.196", features = ["derive"] }
image = "^0.24.8"
ico = "^0.3.0"
ring = "^0.17.7"
data-encoding = "^2.5.0"
anyhow="^1.0.79"
serde_derive = "^1.0.196"
serde_json = "^1.0.113"
reqwest = { version = "^0.12.3", features = ["blocking"] }
flate2 = "^1.0.30"
tar = "^0.4.40"
walkdir = "^2.5.0"

[lib]
name = "cargo_auto_local_lib"
Expand Down
2 changes: 1 addition & 1 deletion 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.504.1714 date: 2024-05-04 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
***version: 2024.504.1814 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)
Expand Down
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The TODO section is part of the [README.md](https://github.com/automation-tasks-

- pest 2.7.9->2.7.10

- carret versions

## Version 2024.501.1827 (2024-05-01)

- templates from GitHub
Expand Down
2 changes: 1 addition & 1 deletion 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.504.1714 date: 2024-05-04 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.504.1814 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)
Expand Down
2 changes: 1 addition & 1 deletion 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.504.1714 date: 2024-05-04 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.504.1814 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)
Expand Down

0 comments on commit c9aa71f

Please sign in to comment.