Skip to content

Commit 7e73a05

Browse files
committed
Update to rust edition 2024
1 parent c90fba5 commit 7e73a05

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "salvo-cli"
33
version = "0.2.0"
44
authors = ["Fankai Liu <[email protected]>", "mrxiaozhuox <[email protected]>", "Chrislearn Young <[email protected]>"]
5-
edition = "2021"
6-
rust-version = "1.80"
5+
edition = "2024"
6+
rust-version = "1.85"
77
readme = "./README.md"
88
keywords = ["salvo", "cli", "template"]
99
description = "Cli for the Salvo web framework, creates clean, easy-to-read code, saving you time for the more enjoyable aspects of life."
@@ -28,7 +28,7 @@ rust-embed = { version = "8" }
2828
rust-i18n = "3"
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_json = "1"
31-
strum = { version = "0.26", features = ["derive"] }
31+
strum = { version = "0.27", features = ["derive"] }
3232
tokio = { version = "1", features = ["full"] }
3333
unicode-xid = "0.2"
3434
walkdir = "2.5"

0 commit comments

Comments
 (0)