Bump MSRV and delegate version
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2024-08-19 02:23:34 -06:00
parent 9c93c76193
commit 5449884b2e
2 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [v0.12.0]
- Bumped MSRV to 1.70.0
## Added
- Added new `cfdp::tlv::TlvOwned` type which erases the lifetime and is clonable.
@ -33,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Changed
- Minor documentation build updates.
- Increased delegate version range to v0.12
# [v0.11.2] 2024-05-19

View File

@ -2,7 +2,7 @@
name = "spacepackets"
version = "0.12.0"
edition = "2021"
rust-version = "1.68.2"
rust-version = "1.70.0"
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"
@ -14,7 +14,7 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup
[dependencies]
crc = "3"
delegate = ">=0.8, <0.11"
delegate = ">=0.8, <0.13"
[dependencies.zerocopy]
version = "0.7"