From 40565405ce984b25c46f59b0ef7b63c3db184b2d Mon Sep 17 00:00:00 2001 From: TroyKomodo <49777269+TroyKomodo@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:32:15 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 18 +++++++++--------- cargo-sync-readme2/CHANGELOG.md | 4 ++++ cargo-sync-readme2/Cargo.toml | 2 +- embed-changelog/CHANGELOG.md | 4 ++++ embed-changelog/Cargo.toml | 2 +- embed-changelog/README.md | 8 ++++---- openapiv3_1/CHANGELOG.md | 4 ++++ openapiv3_1/Cargo.toml | 2 +- openapiv3_1/README.md | 8 ++++---- postcompile/CHANGELOG.md | 4 ++++ postcompile/Cargo.toml | 2 +- postcompile/README.md | 8 ++++---- tinc-build/Cargo.toml | 2 +- tinc-build/README.md | 10 +++++----- tinc-cel/Cargo.toml | 2 +- tinc-cel/README.md | 8 ++++---- tinc-pb-prost/Cargo.toml | 2 +- tinc-pb-prost/README.md | 8 ++++---- tinc-proc-macro/Cargo.toml | 2 +- tinc-proc-macro/README.md | 8 ++++---- tinc/CHANGELOG.md | 4 ++++ tinc/Cargo.toml | 2 +- tinc/README.md | 8 ++++---- 23 files changed, 71 insertions(+), 51 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ff1fe4..a55ee89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "cargo-sync-readme2" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "camino", @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "embed-changelog" -version = "0.1.2" +version = "0.1.3" dependencies = [ "convert_case", "fmtools", @@ -1256,7 +1256,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "openapiv3_1" -version = "0.1.5" +version = "0.1.6" dependencies = [ "bon", "document-features", @@ -1425,7 +1425,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "postcompile" -version = "0.3.6" +version = "0.3.7" dependencies = [ "cargo-manifest", "cargo_metadata", @@ -2075,7 +2075,7 @@ dependencies = [ [[package]] name = "tinc" -version = "0.2.3" +version = "0.2.4" dependencies = [ "axum", "base64", @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "tinc-build" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "base64", @@ -2147,7 +2147,7 @@ dependencies = [ [[package]] name = "tinc-cel" -version = "0.2.3" +version = "0.2.4" dependencies = [ "bytes", "chrono", @@ -2190,7 +2190,7 @@ dependencies = [ [[package]] name = "tinc-pb-prost" -version = "0.2.3" +version = "0.2.4" dependencies = [ "document-features", "prost", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "tinc-proc-macro" -version = "0.2.3" +version = "0.2.4" dependencies = [ "proc-macro2", "quote", diff --git a/cargo-sync-readme2/CHANGELOG.md b/cargo-sync-readme2/CHANGELOG.md index 11bddf3..8e05157 100644 --- a/cargo-sync-readme2/CHANGELOG.md +++ b/cargo-sync-readme2/CHANGELOG.md @@ -6,3 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +### Fixed + +- fix rust formatting ([#20](https://github.com/troymoder/crates/pull/20)) diff --git a/cargo-sync-readme2/Cargo.toml b/cargo-sync-readme2/Cargo.toml index 529c29c..85f1377 100644 --- a/cargo-sync-readme2/Cargo.toml +++ b/cargo-sync-readme2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-sync-readme2" -version = "0.1.0" +version = "0.1.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/embed-changelog/CHANGELOG.md b/embed-changelog/CHANGELOG.md index 38e9712..a8b7141 100644 --- a/embed-changelog/CHANGELOG.md +++ b/embed-changelog/CHANGELOG.md @@ -9,4 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- fix rust formatting ([#20](https://github.com/troymoder/crates/pull/20)) + +### Fixed + - migrate doc_auto_cfg -> doc_cfg diff --git a/embed-changelog/Cargo.toml b/embed-changelog/Cargo.toml index 0da2440..1601b46 100644 --- a/embed-changelog/Cargo.toml +++ b/embed-changelog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embed-changelog" -version = "0.1.2" +version = "0.1.3" authors.workspace = true documentation = "https://docs.rs/embed-changelog" edition.workspace = true diff --git a/embed-changelog/README.md b/embed-changelog/README.md index 73853c2..8629c65 100644 --- a/embed-changelog/README.md +++ b/embed-changelog/README.md @@ -7,11 +7,11 @@ > This crate is under active development and may not be stable. -[![docs.rs](https://img.shields.io/docsrs/embed-changelog/0.1.2.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/embed-changelog/0.1.2) -[![crates.io](https://img.shields.io/badge/crates.io-v0.1.2-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/embed-changelog/0.1.2) +[![docs.rs](https://img.shields.io/docsrs/embed-changelog/0.1.3.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/embed-changelog/0.1.3) +[![crates.io](https://img.shields.io/badge/crates.io-v0.1.3-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/embed-changelog/0.1.3) ![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square) -![Crates.io Size](https://img.shields.io/crates/size/embed-changelog/0.1.2.svg?style=flat-square) -![Crates.io Downloads](https://img.shields.io/crates/dv/embed-changelog/0.1.2.svg?&label=downloads&style=flat-square) +![Crates.io Size](https://img.shields.io/crates/size/embed-changelog/0.1.3.svg?style=flat-square) +![Crates.io Downloads](https://img.shields.io/crates/dv/embed-changelog/0.1.3.svg?&label=downloads&style=flat-square) [![Codecov](https://img.shields.io/codecov/c/github/troymoder/crates.svg?label=codecov&logo=codecov&style=flat-square&component=embed-changelog)](https://app.codecov.io/gh/troymoder/crates) diff --git a/openapiv3_1/CHANGELOG.md b/openapiv3_1/CHANGELOG.md index a3cdefd..0adaeec 100644 --- a/openapiv3_1/CHANGELOG.md +++ b/openapiv3_1/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- fix rust formatting ([#20](https://github.com/troymoder/crates/pull/20)) + ## [0.1.3](https://github.com/ScuffleCloud/scuffle/releases/tag/openapiv3_1-v0.1.3) - 2025-05-30 [View diff on diff.rs](https://diff.rs/openapiv3_1/0.1.2/openapiv3_1/0.1.3/Cargo.toml) diff --git a/openapiv3_1/Cargo.toml b/openapiv3_1/Cargo.toml index e3982df..1180c04 100644 --- a/openapiv3_1/Cargo.toml +++ b/openapiv3_1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openapiv3_1" -version = "0.1.5" +version = "0.1.6" authors.workspace = true documentation = "https://docs.rs/openapiv3_1" edition.workspace = true diff --git a/openapiv3_1/README.md b/openapiv3_1/README.md index 6f8372b..3a3cf76 100644 --- a/openapiv3_1/README.md +++ b/openapiv3_1/README.md @@ -7,11 +7,11 @@ > This crate is under active development and may not be stable. -[![docs.rs](https://img.shields.io/docsrs/openapiv3_1/0.1.5.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/openapiv3_1/0.1.5) -[![crates.io](https://img.shields.io/badge/crates.io-v0.1.5-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/openapiv3_1/0.1.5) +[![docs.rs](https://img.shields.io/docsrs/openapiv3_1/0.1.6.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/openapiv3_1/0.1.6) +[![crates.io](https://img.shields.io/badge/crates.io-v0.1.6-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/openapiv3_1/0.1.6) ![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square) -![Crates.io Size](https://img.shields.io/crates/size/openapiv3_1/0.1.5.svg?style=flat-square) -![Crates.io Downloads](https://img.shields.io/crates/dv/openapiv3_1/0.1.5.svg?&label=downloads&style=flat-square) +![Crates.io Size](https://img.shields.io/crates/size/openapiv3_1/0.1.6.svg?style=flat-square) +![Crates.io Downloads](https://img.shields.io/crates/dv/openapiv3_1/0.1.6.svg?&label=downloads&style=flat-square) [![Codecov](https://img.shields.io/codecov/c/github/troymoder/crates.svg?label=codecov&logo=codecov&style=flat-square&component=openapiv3_1)](https://app.codecov.io/gh/troymoder/crates) diff --git a/postcompile/CHANGELOG.md b/postcompile/CHANGELOG.md index e0efd49..3ef2aa0 100644 --- a/postcompile/CHANGELOG.md +++ b/postcompile/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- fix rust formatting ([#20](https://github.com/troymoder/crates/pull/20)) + +### Fixed + - migrate doc_auto_cfg -> doc_cfg ## [0.3.3](https://github.com/ScuffleCloud/scuffle/releases/tag/postcompile-v0.3.3) - 2025-08-06 diff --git a/postcompile/Cargo.toml b/postcompile/Cargo.toml index a14c9ba..e2bc5a3 100644 --- a/postcompile/Cargo.toml +++ b/postcompile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postcompile" -version = "0.3.6" +version = "0.3.7" authors.workspace = true build = "build.rs" documentation = "https://docs.rs/postcompile" diff --git a/postcompile/README.md b/postcompile/README.md index 471900b..5bf2b55 100644 --- a/postcompile/README.md +++ b/postcompile/README.md @@ -7,11 +7,11 @@ > This crate is under active development and may not be stable. -[![docs.rs](https://img.shields.io/docsrs/postcompile/0.3.6.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/postcompile/0.3.6) -[![crates.io](https://img.shields.io/badge/crates.io-v0.3.6-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/postcompile/0.3.6) +[![docs.rs](https://img.shields.io/docsrs/postcompile/0.3.7.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/postcompile/0.3.7) +[![crates.io](https://img.shields.io/badge/crates.io-v0.3.7-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/postcompile/0.3.7) ![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square) -![Crates.io Size](https://img.shields.io/crates/size/postcompile/0.3.6.svg?style=flat-square) -![Crates.io Downloads](https://img.shields.io/crates/dv/postcompile/0.3.6.svg?&label=downloads&style=flat-square) +![Crates.io Size](https://img.shields.io/crates/size/postcompile/0.3.7.svg?style=flat-square) +![Crates.io Downloads](https://img.shields.io/crates/dv/postcompile/0.3.7.svg?&label=downloads&style=flat-square) [![Codecov](https://img.shields.io/codecov/c/github/troymoder/crates.svg?label=codecov&logo=codecov&style=flat-square&component=postcompile)](https://app.codecov.io/gh/troymoder/crates) diff --git a/tinc-build/Cargo.toml b/tinc-build/Cargo.toml index 86bb111..bf7c358 100644 --- a/tinc-build/Cargo.toml +++ b/tinc-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinc-build" -version = "0.2.3" +version = "0.2.4" authors.workspace = true documentation = "https://docs.rs/tinc-build" edition.workspace = true diff --git a/tinc-build/README.md b/tinc-build/README.md index bc2cb3b..2f7ae8e 100644 --- a/tinc-build/README.md +++ b/tinc-build/README.md @@ -7,11 +7,11 @@ > This crate is under active development and may not be stable. -[![docs.rs](https://img.shields.io/docsrs/tinc-build/0.2.3.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc-build/0.2.3) -[![crates.io](https://img.shields.io/badge/crates.io-v0.2.3-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc-build/0.2.3) +[![docs.rs](https://img.shields.io/docsrs/tinc-build/0.2.4.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc-build/0.2.4) +[![crates.io](https://img.shields.io/badge/crates.io-v0.2.4-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc-build/0.2.4) ![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square) -![Crates.io Size](https://img.shields.io/crates/size/tinc-build/0.2.3.svg?style=flat-square) -![Crates.io Downloads](https://img.shields.io/crates/dv/tinc-build/0.2.3.svg?&label=downloads&style=flat-square) +![Crates.io Size](https://img.shields.io/crates/size/tinc-build/0.2.4.svg?style=flat-square) +![Crates.io Downloads](https://img.shields.io/crates/dv/tinc-build/0.2.4.svg?&label=downloads&style=flat-square) [![Codecov](https://img.shields.io/codecov/c/github/troymoder/crates.svg?label=codecov&logo=codecov&style=flat-square&component=tinc)](https://app.codecov.io/gh/troymoder/crates) @@ -37,7 +37,7 @@ fn main() { } ```` -Look at [`Config`](https://docs.rs/tinc-build/0.2.3/tinc_build/struct.Config.html) to see different options to configure the generator. +Look at [`Config`](https://docs.rs/tinc-build/0.2.4/tinc_build/struct.Config.html) to see different options to configure the generator. ### License diff --git a/tinc-cel/Cargo.toml b/tinc-cel/Cargo.toml index 58aacd1..9051382 100644 --- a/tinc-cel/Cargo.toml +++ b/tinc-cel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinc-cel" -version = "0.2.3" +version = "0.2.4" authors.workspace = true documentation = "https://docs.rs/tinc-cel" edition.workspace = true diff --git a/tinc-cel/README.md b/tinc-cel/README.md index 5a7662a..5890f63 100644 --- a/tinc-cel/README.md +++ b/tinc-cel/README.md @@ -7,11 +7,11 @@ > This crate is under active development and may not be stable. -[![docs.rs](https://img.shields.io/docsrs/tinc-cel/0.2.3.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc-cel/0.2.3) -[![crates.io](https://img.shields.io/badge/crates.io-v0.2.3-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc-cel/0.2.3) +[![docs.rs](https://img.shields.io/docsrs/tinc-cel/0.2.4.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc-cel/0.2.4) +[![crates.io](https://img.shields.io/badge/crates.io-v0.2.4-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc-cel/0.2.4) ![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square) -![Crates.io Size](https://img.shields.io/crates/size/tinc-cel/0.2.3.svg?style=flat-square) -![Crates.io Downloads](https://img.shields.io/crates/dv/tinc-cel/0.2.3.svg?&label=downloads&style=flat-square) +![Crates.io Size](https://img.shields.io/crates/size/tinc-cel/0.2.4.svg?style=flat-square) +![Crates.io Downloads](https://img.shields.io/crates/dv/tinc-cel/0.2.4.svg?&label=downloads&style=flat-square) [![Codecov](https://img.shields.io/codecov/c/github/troymoder/crates.svg?label=codecov&logo=codecov&style=flat-square&component=tinc)](https://app.codecov.io/gh/troymoder/crates) diff --git a/tinc-pb-prost/Cargo.toml b/tinc-pb-prost/Cargo.toml index 3e53287..b518004 100644 --- a/tinc-pb-prost/Cargo.toml +++ b/tinc-pb-prost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinc-pb-prost" -version = "0.2.3" +version = "0.2.4" authors.workspace = true documentation = "https://docs.rs/tinc-pb-prost" edition.workspace = true diff --git a/tinc-pb-prost/README.md b/tinc-pb-prost/README.md index b697fb7..f25b54f 100644 --- a/tinc-pb-prost/README.md +++ b/tinc-pb-prost/README.md @@ -7,11 +7,11 @@ > This crate is under active development and may not be stable. -[![docs.rs](https://img.shields.io/docsrs/tinc-pb-prost/0.2.3.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc-pb-prost/0.2.3) -[![crates.io](https://img.shields.io/badge/crates.io-v0.2.3-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc-pb-prost/0.2.3) +[![docs.rs](https://img.shields.io/docsrs/tinc-pb-prost/0.2.4.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc-pb-prost/0.2.4) +[![crates.io](https://img.shields.io/badge/crates.io-v0.2.4-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc-pb-prost/0.2.4) ![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square) -![Crates.io Size](https://img.shields.io/crates/size/tinc-pb-prost/0.2.3.svg?style=flat-square) -![Crates.io Downloads](https://img.shields.io/crates/dv/tinc-pb-prost/0.2.3.svg?&label=downloads&style=flat-square) +![Crates.io Size](https://img.shields.io/crates/size/tinc-pb-prost/0.2.4.svg?style=flat-square) +![Crates.io Downloads](https://img.shields.io/crates/dv/tinc-pb-prost/0.2.4.svg?&label=downloads&style=flat-square) [![Codecov](https://img.shields.io/codecov/c/github/troymoder/crates.svg?label=codecov&logo=codecov&style=flat-square&component=tinc)](https://app.codecov.io/gh/troymoder/crates) diff --git a/tinc-proc-macro/Cargo.toml b/tinc-proc-macro/Cargo.toml index 908595f..3ef300a 100644 --- a/tinc-proc-macro/Cargo.toml +++ b/tinc-proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinc-proc-macro" -version = "0.2.3" +version = "0.2.4" authors.workspace = true documentation = "https://docs.rs/tinc-proc-macro" edition.workspace = true diff --git a/tinc-proc-macro/README.md b/tinc-proc-macro/README.md index b773355..d5d1c02 100644 --- a/tinc-proc-macro/README.md +++ b/tinc-proc-macro/README.md @@ -7,11 +7,11 @@ > This crate is under active development and may not be stable. -[![docs.rs](https://img.shields.io/docsrs/tinc-proc-macro/0.2.3.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc-proc-macro/0.2.3) -[![crates.io](https://img.shields.io/badge/crates.io-v0.2.3-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc-proc-macro/0.2.3) +[![docs.rs](https://img.shields.io/docsrs/tinc-proc-macro/0.2.4.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc-proc-macro/0.2.4) +[![crates.io](https://img.shields.io/badge/crates.io-v0.2.4-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc-proc-macro/0.2.4) ![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square) -![Crates.io Size](https://img.shields.io/crates/size/tinc-proc-macro/0.2.3.svg?style=flat-square) -![Crates.io Downloads](https://img.shields.io/crates/dv/tinc-proc-macro/0.2.3.svg?&label=downloads&style=flat-square) +![Crates.io Size](https://img.shields.io/crates/size/tinc-proc-macro/0.2.4.svg?style=flat-square) +![Crates.io Downloads](https://img.shields.io/crates/dv/tinc-proc-macro/0.2.4.svg?&label=downloads&style=flat-square) [![Codecov](https://img.shields.io/codecov/c/github/troymoder/crates.svg?label=codecov&logo=codecov&style=flat-square&component=tinc)](https://app.codecov.io/gh/troymoder/crates) diff --git a/tinc/CHANGELOG.md b/tinc/CHANGELOG.md index f26f86e..326e840 100644 --- a/tinc/CHANGELOG.md +++ b/tinc/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- fix rust formatting ([#20](https://github.com/troymoder/crates/pull/20)) + +### Fixed + - migrate doc_auto_cfg -> doc_cfg - _(tinc)_ message cel expressions diff --git a/tinc/Cargo.toml b/tinc/Cargo.toml index da47e49..fff02ed 100644 --- a/tinc/Cargo.toml +++ b/tinc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinc" -version = "0.2.3" +version = "0.2.4" authors.workspace = true documentation = "https://docs.rs/tinc" edition.workspace = true diff --git a/tinc/README.md b/tinc/README.md index b663d95..479f617 100644 --- a/tinc/README.md +++ b/tinc/README.md @@ -7,11 +7,11 @@ > This crate is under active development and may not be stable. -[![docs.rs](https://img.shields.io/docsrs/tinc/0.2.3.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc/0.2.3) -[![crates.io](https://img.shields.io/badge/crates.io-v0.2.3-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc/0.2.3) +[![docs.rs](https://img.shields.io/docsrs/tinc/0.2.4.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc/0.2.4) +[![crates.io](https://img.shields.io/badge/crates.io-v0.2.4-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc/0.2.4) ![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square) -![Crates.io Size](https://img.shields.io/crates/size/tinc/0.2.3.svg?style=flat-square) -![Crates.io Downloads](https://img.shields.io/crates/dv/tinc/0.2.3.svg?&label=downloads&style=flat-square) +![Crates.io Size](https://img.shields.io/crates/size/tinc/0.2.4.svg?style=flat-square) +![Crates.io Downloads](https://img.shields.io/crates/dv/tinc/0.2.4.svg?&label=downloads&style=flat-square) [![Codecov](https://img.shields.io/codecov/c/github/troymoder/crates.svg?label=codecov&logo=codecov&style=flat-square&component=tinc)](https://app.codecov.io/gh/troymoder/crates)