Skip to content

Commit a81b462

Browse files
author
Itsusinn
committed
chore: release 1.4.3 & cargo fmt
1 parent dc4bc04 commit a81b462

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telegram-message-source"
3-
version = "1.4.2"
3+
version = "1.4.3"
44

55
authors = ["Itsusinn <itsusinn@foxmail.com>"]
66
edition = "2021"

src/command.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,12 @@ impl Command {
107107
chat_id,
108108
format!(
109109
"GitHub项目主页:{} \n 本消息源版本 v{}",
110-
html::link("https://github.com/MeowCat-Studio/mesagisto","MeowCat-Studio/mesagisto"),
110+
html::link(
111+
"https://github.com/MeowCat-Studio/mesagisto",
112+
"MeowCat-Studio/mesagisto"
113+
),
111114
env!("CARGO_PKG_VERSION"),
112-
)
115+
),
113116
)
114117
.await?;
115118
}

0 commit comments

Comments
 (0)