diff --git a/Cargo.lock b/Cargo.lock index 21c78b4..21e33c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/Cargo.toml b/Cargo.toml index 0be7161..712b6f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }