From 8972dcbfc0af89bf0518aa598e15e2bf1ceedb4c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 13 Apr 2024 17:39:53 +0200 Subject: [PATCH] bump MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4d9cd9..9624fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "spacepackets" version = "0.11.0-rc.2" edition = "2021" -rust-version = "1.61" +rust-version = "1.65" authors = ["Robin Mueller "] description = "Generic implementations for various CCSDS and ECSS packet standards" homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets"