bump msrv version
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2024-04-17 18:10:32 +02:00
parent aa72063454
commit 7c00e13e70

View File

@ -2,7 +2,7 @@
name = "satrs" name = "satrs"
version = "0.2.0-rc.2" version = "0.2.0-rc.2"
edition = "2021" edition = "2021"
rust-version = "1.61" rust-version = "1.71.1"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"] authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = "A framework to build software for remote systems" description = "A framework to build software for remote systems"
homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/" homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/"