add Rust MSRV 1.60
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
This commit is contained in:
parent
180134c05d
commit
f5397b8352
@ -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
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "spacepackets"
|
||||
version = "0.3.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
||||
description = "Generic implementations for various CCSDS and ECSS packet standards"
|
||||
homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets"
|
||||
|
Loading…
Reference in New Issue
Block a user