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:
parent
3d9f723077
commit
2c9193129a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "multibg-sway"
|
||||||
version = "0.1.9"
|
version = "0.1.9"
|
||||||
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
|
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.80"
|
||||||
description = "Set a different wallpaper for the background of each Sway workspace"
|
description = "Set a different wallpaper for the background of each Sway workspace"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://github.com/gergo-salyi/multibg-sway"
|
homepage = "https://github.com/gergo-salyi/multibg-sway"
|
||||||
|
|
Loading…
Add table
Reference in a new issue