Skip to content

Commit

Permalink
Bump MSRV and delegate version
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Aug 19, 2024
1 parent 9c93c76 commit 5449884
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
description = "Generic implementations for various CCSDS and ECSS packet standards"
homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets"
Expand All @@ -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"
Expand Down

0 comments on commit 5449884

Please sign in to comment.