From 8531a586ebe71d89de7216ffbf8398b4f21bb2ce Mon Sep 17 00:00:00 2001 From: Thelie Date: Tue, 5 Apr 2022 21:22:38 +0200 Subject: [PATCH] Release 0.1.3 sing_macros@0.1.3 sing_parse@0.1.3 sing_rs@0.1.3 sing_util@0.1.3 Generated by cargo-workspaces --- Cargo.toml | 2 +- README.md | 2 +- sing_macros/Cargo.toml | 2 +- sing_parse/Cargo.toml | 4 ++-- sing_util/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4fad563..d90f1b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "sing_rs" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" license_file = "LICENSE.md" diff --git a/README.md b/README.md index 38176ba..28279f3 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ fn main() { ## Negotiator? Really? -Yes, it's somewhat far-fetched, but I really wanted to be able to sing and [clap](https://github.com/clap-rs/clap/tree/master/src) in my rusty command-line projects. +Yes, it's somewhat far-fetched, but I really wanted to be able to sing and [clap](https://github.com/clap-rs/clap) in my rusty command-line projects. ## Why the name? diff --git a/sing_macros/Cargo.toml b/sing_macros/Cargo.toml index 5299fc1..4c8fe42 100644 --- a/sing_macros/Cargo.toml +++ b/sing_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sing_macros" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" license_file = "../LICENSE.md" diff --git a/sing_parse/Cargo.toml b/sing_parse/Cargo.toml index ad22b54..1a556a2 100644 --- a/sing_parse/Cargo.toml +++ b/sing_parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sing_parse" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" license_file = "../LICENSE.md" @@ -22,4 +22,4 @@ regex = "1" lalrpop-util = "0.19" lalrpop = "0.19" sing_util = "0.1" -serde = { version = "1.0", features = ["derive"] } \ No newline at end of file +serde = { version = "1.0", features = ["derive"] } diff --git a/sing_util/Cargo.toml b/sing_util/Cargo.toml index 38c0ab7..3a93790 100644 --- a/sing_util/Cargo.toml +++ b/sing_util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sing_util" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" license_file = "../LICENSE.md"