From db96d49d0f0908b4ad60698eac5608b95cadaa50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Tue, 8 Aug 2023 16:33:51 +0200 Subject: [PATCH] chore: fix rust version for nixpkgs compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66e2edc..ac0fe76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "gg" version = "0.2.0" authors = ["Christina Sørensen"] edition = "2021" -rust-version = "1.72.0" +rust-version = "1.70.0" description = "A Rust GitOps/symlinkfarm orchestrator inspired by GNU Stow." documentation = "https://github.com/cafkafk/gg" readme = "./README.org"