From 7c00e13e706f12e1d0ab2a0e0b9329f5095ed822 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 17 Apr 2024 18:10:32 +0200 Subject: [PATCH] bump msrv version --- satrs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index c4aea37..5358fc3 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -2,7 +2,7 @@ name = "satrs" version = "0.2.0-rc.2" edition = "2021" -rust-version = "1.61" +rust-version = "1.71.1" authors = ["Robin Mueller "] description = "A framework to build software for remote systems" homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/"