use specific spacepackets release again
This commit is contained in:
parent
ce6f804eed
commit
0eb245b190
9
Cargo.lock
generated
9
Cargo.lock
generated
@ -568,7 +568,7 @@ dependencies = [
|
||||
"postcard",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"spacepackets 0.5.0 (git+https://egit.irs.uni-stuttgart.de/rust/spacepackets.git?rev=fc76a975c11c54697a30471ba0e921965af4de12)",
|
||||
"spacepackets 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"zerocopy",
|
||||
]
|
||||
|
||||
@ -684,7 +684,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
||||
|
||||
[[package]]
|
||||
name = "spacepackets"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"crc",
|
||||
@ -697,8 +697,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spacepackets"
|
||||
version = "0.5.0"
|
||||
source = "git+https://egit.irs.uni-stuttgart.de/rust/spacepackets.git?rev=fc76a975c11c54697a30471ba0e921965af4de12#fc76a975c11c54697a30471ba0e921965af4de12"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9cfb97faa84378b4fe2f92021a95d3acce523df4673ce46636f1eff82013843f"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"crc",
|
||||
|
@ -53,10 +53,10 @@ default-features = false
|
||||
optional = true
|
||||
|
||||
[dependencies.spacepackets]
|
||||
version = "0.5.1"
|
||||
# path = "../spacepackets"
|
||||
# version = "0.4.0"
|
||||
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
||||
rev = "fc76a975c11c54697a30471ba0e921965af4de12"
|
||||
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
||||
# rev = "..."
|
||||
|
||||
default-features = false
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit fc76a975c11c54697a30471ba0e921965af4de12
|
||||
Subproject commit f54cf69d8723150ad1dcb2ac227ad502f2f5166d
|
Loading…
Reference in New Issue
Block a user