diff --git a/CHANGELOG.md b/CHANGELOG.md index e47dda1..3d682d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Added +- Added MSRV in `Cargo.toml` with the `rust-version` field set to Rust 1.60. - ACII timestamps as specified in CCSDS 301.0-B-4 - `serde` `Serialize` and `Deserialize` added to all types. - Added `const` constructors for `PacketId`, `PacketSeqCtrl` and diff --git a/Cargo.toml b/Cargo.toml index 184d8f0..22eabe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "spacepackets" version = "0.3.1" edition = "2021" +rust-version = "1.60" authors = ["Robin Mueller "] description = "Generic implementations for various CCSDS and ECSS packet standards" homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets"