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
This commit is contained in:
parent
16bc99203f
commit
8531a586eb
5 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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?
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue