Change Rust edition from 2025 to 2021

This commit is contained in:
amd64fox 2025-10-27 20:54:30 +03:00 committed by GitHub
parent 8cc9141369
commit 3185f44d21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
[package]
name = "spotify_finder"
version = "0.1.0"
edition = "2025"
edition = "2021"
[dependencies]
eframe = "0.29"