prepare v0.2.0

This commit is contained in:
Robin Müller 2024-11-26 10:42:25 +01:00
parent fae27bdf93
commit 1b7d128a10
3 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.2.0] 2024-11-26
- Bumped `thiserror` to v2
- Bumped `spacepackets` to v0.13
- The source and destination handlers can now be used without the `std` feature and only require

View File

@ -1,8 +1,8 @@
[package]
name = "cfdp-rs"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
rust-version = "1.75.0"
rust-version = "1.81.0"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = "High level CCSDS File Delivery Protocol components"
homepage = "https://egit.irs.uni-stuttgart.de/rust/cfdp"

3
docs.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export RUSTDOCFLAGS="--cfg docsrs --generate-link-to-definition -Z unstable-options"
cargo +nightly doc --all-features --open