diff --git a/Cargo.lock b/Cargo.lock index 25caf11..553cc7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,7 +933,7 @@ dependencies = [ [[package]] name = "stremio-core" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=feat/search-history-bucket#fea03378a0c81311376b2fe745f4f338bbc168cb" +source = "git+https://github.com/Stremio/stremio-core?branch=development#75cfb62491f6a1eb5a2450ee0e7c47c7afe76d1c" dependencies = [ "anyhow", "base64 0.21.2", @@ -1008,7 +1008,7 @@ dependencies = [ [[package]] name = "stremio-derive" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=feat/search-history-bucket#fea03378a0c81311376b2fe745f4f338bbc168cb" +source = "git+https://github.com/Stremio/stremio-core?branch=development#75cfb62491f6a1eb5a2450ee0e7c47c7afe76d1c" dependencies = [ "case", "proc-macro-crate", @@ -1038,7 +1038,7 @@ dependencies = [ [[package]] name = "stremio-watched-bitfield" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=feat/search-history-bucket#fea03378a0c81311376b2fe745f4f338bbc168cb" +source = "git+https://github.com/Stremio/stremio-core?branch=development#75cfb62491f6a1eb5a2450ee0e7c47c7afe76d1c" dependencies = [ "base64 0.13.1", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 76e397b..fc017ba 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 = "feat/search-history-bucket" } +stremio-core = { git = "https://github.com/Stremio/stremio-core", features = ["derive", "analytics"], branch = "development" } serde = { version = "1.0.*", features = ["derive"] } serde_json = "1.0.*" futures = "0.3.*"