Change Rust edition from 2025 to 2021
This commit is contained in:
parent
8cc9141369
commit
3185f44d21
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "spotify_finder"
|
||||
version = "0.1.0"
|
||||
edition = "2025"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
eframe = "0.29"
|
||||
|
|
|
|||
Loading…
Reference in a new issue