From a5f3d13e5efda2f20cfea013f999be4c5fe4ca6d Mon Sep 17 00:00:00 2001 From: Nikita Syzrantsev <47356892+nsyzrantsev@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:16:09 +0400 Subject: [PATCH] Add minimum rust version --- zefiro-cli/Cargo.toml | 1 + zefiro-core/Cargo.toml | 1 + zefiro-ui/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/zefiro-cli/Cargo.toml b/zefiro-cli/Cargo.toml index 5e29c41..759dbc7 100644 --- a/zefiro-cli/Cargo.toml +++ b/zefiro-cli/Cargo.toml @@ -2,5 +2,6 @@ name = "zefiro-cli" version = "0.1.0" edition = "2021" +rust-version = "1.83.0" [dependencies] diff --git a/zefiro-core/Cargo.toml b/zefiro-core/Cargo.toml index 593e7ae..2160189 100644 --- a/zefiro-core/Cargo.toml +++ b/zefiro-core/Cargo.toml @@ -2,5 +2,6 @@ name = "zefiro-core" version = "0.1.0" edition = "2021" +rust-version = "1.83.0" [dependencies] diff --git a/zefiro-ui/Cargo.toml b/zefiro-ui/Cargo.toml index 95856ca..8a34454 100644 --- a/zefiro-ui/Cargo.toml +++ b/zefiro-ui/Cargo.toml @@ -2,5 +2,6 @@ name = "zefiro-ui" version = "0.1.0" edition = "2021" +rust-version = "1.83.0" [dependencies]