From ef1e45959bce86568149d5677edcd8ad5457b742 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 27 Feb 2024 10:23:46 +0100 Subject: [PATCH] chore: use stremio-core refactor/library-with-filters-load-next-page branch --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96a718f..15733b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,7 +1003,7 @@ dependencies = [ [[package]] name = "stremio-core" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=development#fde8815ac1fba4fad3ae9b77feba1dac96401211" +source = "git+https://github.com/Stremio/stremio-core?branch=refactor/library-with-filters-load-next-page#8ade441890aeb88f83976c8269274f252d6c7ce6" dependencies = [ "anyhow", "base64 0.21.2", @@ -1080,7 +1080,7 @@ dependencies = [ [[package]] name = "stremio-derive" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=development#fde8815ac1fba4fad3ae9b77feba1dac96401211" +source = "git+https://github.com/Stremio/stremio-core?branch=refactor/library-with-filters-load-next-page#8ade441890aeb88f83976c8269274f252d6c7ce6" dependencies = [ "case", "proc-macro-crate", @@ -1114,7 +1114,7 @@ dependencies = [ [[package]] name = "stremio-watched-bitfield" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=development#fde8815ac1fba4fad3ae9b77feba1dac96401211" +source = "git+https://github.com/Stremio/stremio-core?branch=refactor/library-with-filters-load-next-page#8ade441890aeb88f83976c8269274f252d6c7ce6" dependencies = [ "base64 0.13.1", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 2e9c0c7..84c7a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ lto = true opt-level = 's' [dependencies] -stremio-core = { git = "https://github.com/Stremio/stremio-core", features = ["derive", "analytics"], branch = "development" } +stremio-core = { git = "https://github.com/Stremio/stremio-core", features = ["derive", "analytics"], branch = "refactor/library-with-filters-load-next-page" } serde = { version = "1.0.*", features = ["derive"] } serde_json = "1.0.*" futures = "0.3.*"