Skip to content

Commit d9b5fb6

Browse files
committed
🏗️ chore: bump to rust 2024 editation
1 parent 107aa2e commit d9b5fb6

3 files changed

Lines changed: 23 additions & 13 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "lgtmeow"
33
version = "0.6.2"
4-
edition = "2021"
4+
edition = "2024"
55
authors = ["Nyakku Shigure <sigure.qaq@gmail.com>"]
66
description = "LGTMeow 🐾 —— 「本喵觉得很不错~」"
77
license = "MIT"
88
homepage = "https://github.com/moefyit/lgtmeow"
99
repository = "https://github.com/moefyit/lgtmeow"
1010
readme = "README.md"
1111
keywords = ["LGTM", "meow", "LGTMeow", "cli", "emoji-kitchen"]
12-
rust-version = "1.81"
12+
rust-version = "1.85"
1313

1414
[features]
1515
default = ["emoji-paw-prints"]
@@ -24,7 +24,7 @@ reqwest = { version = "0.12.19", default-features = false, features = [
2424
"stream",
2525
"rustls-tls",
2626
] }
27-
tokio = { version = "1.45.1", features = ["full"] }
27+
tokio = { version = "1.47.0", features = ["full"] }
2828
tokio-stream = "0.1.17"
2929
indicatif = "0.18.0"
3030
serde = { version = "1.0.219", features = ["derive"] }
@@ -35,7 +35,7 @@ dirs = "6.0"
3535
clap = { version = "4.5.39", features = ["derive"] }
3636
rand = "0.9.1"
3737
serde = { version = "1.0.219", features = ["derive"] }
38-
serde_json = "1.0.140"
38+
serde_json = "1.0.141"
3939
dirs = "6.0"
4040
cliclack = "0.3.6"
4141
console = "0.16.0"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.81"
2+
channel = "1.85"

0 commit comments

Comments
 (0)