Add rust-version key to Cargo.toml

This will catch cases of a too old Rust compiler
which would result in obscure build errors
This commit is contained in:
Gergő Sályi 2024-10-09 19:07:04 +02:00
parent 3d9f723077
commit 2c9193129a

View file

@ -3,6 +3,7 @@ name = "multibg-sway"
version = "0.1.9"
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
edition = "2021"
rust-version = "1.80"
description = "Set a different wallpaper for the background of each Sway workspace"
readme = "README.md"
homepage = "https://github.com/gergo-salyi/multibg-sway"