Skip to content

Commit 3ec14f0

Browse files
committed
Bump workspace to v0.1.300 and tidy CLI
Update workspace version to 0.1.300 in Cargo.toml and synchronize crate versions in Cargo.lock to 0.1.300 (preparing release). Reformat the CLI long_about attribute in crates/cargo-rustapi/src/cli.rs to use a multi-line attribute for readability, and add trailing newlines to Cargo.toml and crates/rustapi-core/Cargo.toml.
1 parent a94f6de commit 3ec14f0

4 files changed

Lines changed: 18 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
]
1717

1818
[workspace.package]
19-
version = "0.1.293"
19+
version = "0.1.300"
2020
edition = "2021"
2121
authors = ["RustAPI Contributors"]
2222
license = "MIT OR Apache-2.0"
@@ -142,3 +142,4 @@ strip = false
142142

143143

144144

145+

crates/cargo-rustapi/src/cli.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ use clap::{Parser, Subcommand};
1111
#[command(name = "cargo-rustapi")]
1212
#[command(bin_name = "cargo rustapi")]
1313
#[command(author, version, about)]
14-
#[command(long_about = "The official CLI tool for the RustAPI framework.\n\nUsage:\n cargo rustapi <COMMAND>\n cargo-rustapi <COMMAND>\n\nBoth forms are equivalent and can be used interchangeably.")]
14+
#[command(
15+
long_about = "The official CLI tool for the RustAPI framework.\n\nUsage:\n cargo rustapi <COMMAND>\n cargo-rustapi <COMMAND>\n\nBoth forms are equivalent and can be used interchangeably."
16+
)]
1517
pub struct Cli {
1618
#[command(subcommand)]
1719
command: Commands,

crates/rustapi-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ replay = ["dep:async-trait"]
114114

115115

116116

117+

0 commit comments

Comments
 (0)