From ca30315deb73a2b4da3503e854948f5e4bd6c0b8 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 13 Sep 2024 15:05:41 +0300 Subject: Set rust-version in Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8d94031d..b9c41540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ authors = ["Ivan Molodetskikh "] license = "GPL-3.0-or-later" edition = "2021" repository = "https://github.com/YaLTeR/niri" +rust-version = "1.77" [workspace.dependencies] anyhow = "1.0.88" @@ -37,6 +38,7 @@ authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true +rust-version.workspace = true readme = "README.md" keywords = ["wayland", "compositor", "tiling", "smithay", "wm"] -- cgit