From 10157a24db26f06b48e9bf7bec69fda6e2320fc3 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 18 Jul 2023 20:31:45 +0000 Subject: [PATCH] Remove spaceapi backport --- Cargo.lock | 5 +++-- Cargo.toml | 6 +----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed81b55..c3f976f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2564,8 +2564,9 @@ dependencies = [ [[package]] name = "spaceapi" -version = "0.8.1" -source = "git+https://github.com/Xiretza/spaceapi-rs?branch=icon-closed-fix#b86867e266f01f9a6bbde33d31920f0c9575cf3a" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c17c4add299cf8d62c8bc2c959b32e5447661676400f6784b8e7649d98909381" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index e82d334..1ab546e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ matrix-sdk = { version = "0.6.2", features = ["e2e-encryption"] } never-say-never = "6.6.666" reqwest = { version = "0.11.12", features = ["json"] } serde = { version = "1.0.147", features = ["derive"] } -spaceapi = "0.8.1" +spaceapi = "0.9.0" thiserror = "1.0.37" time = { version = "0.3.17", features = ["local-offset", "formatting", "macros"] } tokio = { version = "1.21.2", features = ["full"] } @@ -29,7 +29,3 @@ 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" }