prep first alpha release
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-08-28 18:59:02 +02:00
parent 6fcf0c2c91
commit a14f8be2ea
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -61,16 +61,16 @@ default-features = false
optional = true
[dependencies.spacepackets]
version = "0.7.0-beta.0"
version = "0.7.0-beta.1"
# path = "../../spacepackets"
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
rev = "00fdfde015040d0a349444136f6b41f3e44e3a15"
# branch = "size-missmatch-struct-variant"
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
# rev = ""
# branch = ""
default-features = false
[dev-dependencies]
serde = "1"
zerocopy = ">0.5, <=0.7"
zerocopy = "0.7"
once_cell = "1.13"
serde_json = "1"