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"]