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",
|
"postcard",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"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",
|
"zerocopy",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -684,7 +684,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "spacepackets"
|
name = "spacepackets"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"crc",
|
"crc",
|
||||||
@ -697,8 +697,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "spacepackets"
|
name = "spacepackets"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
source = "git+https://egit.irs.uni-stuttgart.de/rust/spacepackets.git?rev=fc76a975c11c54697a30471ba0e921965af4de12#fc76a975c11c54697a30471ba0e921965af4de12"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "9cfb97faa84378b4fe2f92021a95d3acce523df4673ce46636f1eff82013843f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"crc",
|
"crc",
|
||||||
|
@ -53,10 +53,10 @@ default-features = false
|
|||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.spacepackets]
|
[dependencies.spacepackets]
|
||||||
|
version = "0.5.1"
|
||||||
# path = "../spacepackets"
|
# path = "../spacepackets"
|
||||||
# version = "0.4.0"
|
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
||||||
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
# rev = "..."
|
||||||
rev = "fc76a975c11c54697a30471ba0e921965af4de12"
|
|
||||||
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit fc76a975c11c54697a30471ba0e921965af4de12
|
Subproject commit f54cf69d8723150ad1dcb2ac227ad502f2f5166d
|
Loading…
Reference in New Issue
Block a user