update spacepackets deps
Rust/spacepackets/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-11-30 01:05:37 +01:00
parent 1ec21c1bff
commit 03d112cbef
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C
1 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "spacepackets"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = "Generic implementations for various CCSDS and ECSS packet standards"
@ -12,17 +12,17 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zerocopy = "0.6.1"
crc = "3.0.0"
delegate = "0.7.0"
zerocopy = "0.6"
crc = "3.0"
delegate = "0.8"
[dependencies.serde]
version = "1.0.142"
version = "1.0"
default-features = false
features = ["derive"]
[dependencies.chrono]
version = "0.4.20"
version = "0.4"
default-features = false
[dependencies.num-traits]
@ -30,7 +30,7 @@ version = "0.2"
default-features = false
[dev-dependencies.postcard]
version = "1.0.1"
version = "1.0"
[features]
default = ["std"]