From 5dbb288a496d53a299effa2026f5258af7b1f176 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Thu, 2 May 2024 18:46:21 +0200 Subject: [PATCH] chore: introduce MSRV --- Cargo.toml | 2 ++ cli/Cargo.toml | 1 + codegen/Cargo.toml | 1 + downloader/Cargo.toml | 1 + 4 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2485421..8c92bcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "rustypipe" version = "0.1.3" edition.workspace = true +rust-version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true @@ -16,6 +17,7 @@ members = [".", "codegen", "downloader", "cli"] [workspace.package] edition = "2021" +rust-version = "1.67.1" authors = ["ThetaDev "] license = "GPL-3.0" repository = "https://code.thetadev.de/ThetaDev/rustypipe" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 53556b8..802f588 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,6 +2,7 @@ name = "rustypipe-cli" version = "0.1.0" edition.workspace = true +rust-version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index c47f1df..d38e104 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -2,6 +2,7 @@ name = "rustypipe-codegen" version = "0.1.0" edition.workspace = true +rust-version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true diff --git a/downloader/Cargo.toml b/downloader/Cargo.toml index 1479524..c068ca2 100644 --- a/downloader/Cargo.toml +++ b/downloader/Cargo.toml @@ -2,6 +2,7 @@ name = "rustypipe-downloader" version = "0.1.0" edition.workspace = true +rust-version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true