Skip to content

Commit 109e5ba

Browse files
committed
chore(deps): 更新 image_to_console 和 image_to_console_core 版本
- 将 image_to_console从 0.1.15 更新到 0.1.16 - 将 image_to_console_core从 0.1.16 更新到 0.1.17
1 parent cdda119 commit 109e5ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

image-to-console-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image_to_console_core"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
edition = "2024"
55

66
authors = ["yyxxryrx <yyxxryrx@outlook.com>"]

image-to-console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image_to_console"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
edition = "2024"
55

66
authors = ["yyxxryrx <yyxxryrx@outlook.com>"]

image-to-console/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub const CLAP_STYLING: Styles = Styles::styled()
3737

3838
#[derive(Clone, Parser)]
3939
#[clap(name = "image_to_console")]
40-
#[command(version = "0.1.15", color = clap::ColorChoice::Auto, styles = CLAP_STYLING)]
40+
#[command(version = "0.1.16", color = clap::ColorChoice::Auto, styles = CLAP_STYLING)]
4141
pub struct Cli {
4242
#[clap(short = 'c', long, help = "Center the image", default_value_t = false)]
4343
pub center: bool,

0 commit comments

Comments
 (0)