From 90a46da99602023442bc901e43aaccc833be01eb Mon Sep 17 00:00:00 2001 From: Gavin Panella Date: Fri, 28 Jun 2024 01:00:32 +0200 Subject: [PATCH] Bump version to 0.6.1 Patch to reduce to 5 keywords, the maximum permitted by crates.io. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25da442..94653e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ categories = ["encoding", "filesystem"] description = "A Rust library for shell-quoting strings, e.g. for interpolating into a Bash script." edition = "2021" homepage = "https://github.com/allenap/shell-quote" -keywords = ["shell", "bash", "sh", "fish", "quote", "escape"] +keywords = ["shell", "bash", "fish", "quote", "escape"] license = "Apache-2.0" name = "shell-quote" readme = "README.md" repository = "https://github.com/allenap/shell-quote" -version = "0.6.0" +version = "0.6.1" [features] default = ["bstr"]