Skip to content

Commit 38cea9a

Browse files
committed
Bump Version
1 parent f02f6b4 commit 38cea9a

File tree

4 files changed

+26
-18
lines changed

4 files changed

+26
-18
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[workspace.package]
2+
version = "0.1.13"
3+
authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
4+
edition = "2018"
5+
license = "BSD-3-Clause"
6+
description = "Derive-based argument parsing optimized for code size"
7+
repository = "https://github.com/google/argh"
8+
19
[workspace]
210
members = [
311
"argh",

argh/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "argh"
3-
version = "0.1.12"
4-
authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
5-
edition = "2018"
3+
version.workspace = true
4+
authors.workspace = true
5+
edition.workspace = true
6+
license.workspace = true
7+
description.workspace = true
8+
repository.workspace = true
69
categories = ["command-line-interface"]
710
keywords = ["args", "arguments", "derive", "cli"]
8-
license = "BSD-3-Clause"
9-
description = "Derive-based argument parser optimized for code size"
10-
repository = "https://github.com/google/argh"
1111
readme = "README.md"
1212

1313
[dependencies]

argh_derive/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "argh_derive"
3-
version = "0.1.12"
4-
authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
5-
edition = "2018"
6-
license = "BSD-3-Clause"
7-
description = "Derive-based argument parsing optimized for code size"
8-
repository = "https://github.com/google/argh"
3+
version.workspace = true
4+
authors.workspace = true
5+
edition.workspace = true
6+
license.workspace = true
7+
description.workspace = true
8+
repository.workspace = true
99
readme = "README.md"
1010

1111
[lib]

argh_shared/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "argh_shared"
3-
version = "0.1.12"
4-
authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
5-
edition = "2018"
6-
license = "BSD-3-Clause"
7-
description = "Derive-based argument parsing optimized for code size"
8-
repository = "https://github.com/google/argh"
3+
version.workspace = true
4+
authors.workspace = true
5+
edition.workspace = true
6+
license.workspace = true
7+
description.workspace = true
8+
repository.workspace = true
99
readme = "README.md"
1010

1111
[dependencies]

0 commit comments

Comments
 (0)