patch spaceapi for state.icon.closed
field
This commit is contained in:
parent
a028986975
commit
17d076ed45
2 changed files with 6 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2281,12 +2281,12 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "spaceapi"
|
||||
version = "0.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dfb00159c3cb731b45bba7ea1323b2eed08d77b851f50a8d79c6fe66bb09bce8"
|
||||
source = "git+https://github.com/Xiretza/spaceapi-rs?branch=icon-closed-fix#f1bfc8b821061878edec4930eb5c4dcffcfe6fb5"
|
||||
dependencies = [
|
||||
"log",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -29,3 +29,7 @@ color-eyre = "0.6.2"
|
|||
tracing = "0.1.37"
|
||||
tracing-error = "0.2.0"
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
|
||||
[patch.crates-io]
|
||||
# https://github.com/spaceapi-community/spaceapi-rs/pull/111
|
||||
spaceapi = { git = "https://github.com/Xiretza/spaceapi-rs", branch = "icon-closed-fix" }
|
||||
|
|
Loading…
Reference in a new issue