Skip to content

Commit

Permalink
fix: 降低 Rust edition 到 2021 以优化兼容性
Browse files Browse the repository at this point in the history
虽然还是得用nightly rust来编译,但是edition 2024确实是太新了
  • Loading branch information
shadow3aaa committed Feb 9, 2025
1 parent 584ffaf commit 6f4db08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "xtask"
version = "0.1.0"
edition = "2024"
edition = "2021"

[dependencies]
anyhow = "1.0.95"
Expand Down

0 comments on commit 6f4db08

Please sign in to comment.