diff --git a/Cargo.lock b/Cargo.lock index 41acf84..d5f458a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2396,7 +2396,7 @@ dependencies = [ [[package]] name = "stremio-core" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=development#02a1460fa8f02341469ce29113afce7d96276aa6" +source = "git+https://github.com/Stremio/stremio-core?branch=feat/remote-addons-descriptor#3c9aefa3282ff0637df36ed4a107a4945fa9d078" dependencies = [ "anyhow", "base64 0.21.7", @@ -2500,7 +2500,7 @@ dependencies = [ [[package]] name = "stremio-derive" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=development#02a1460fa8f02341469ce29113afce7d96276aa6" +source = "git+https://github.com/Stremio/stremio-core?branch=feat/remote-addons-descriptor#3c9aefa3282ff0637df36ed4a107a4945fa9d078" dependencies = [ "case", "proc-macro-crate", @@ -2534,7 +2534,7 @@ dependencies = [ [[package]] name = "stremio-watched-bitfield" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=development#02a1460fa8f02341469ce29113afce7d96276aa6" +source = "git+https://github.com/Stremio/stremio-core?branch=feat/remote-addons-descriptor#3c9aefa3282ff0637df36ed4a107a4945fa9d078" dependencies = [ "base64 0.13.1", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 0e6cd70..5af07cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,13 +3,13 @@ resolver = "2" members = ["stremio-core-kotlin", "stremio-core-protobuf"] [workspace.dependencies] -stremio-core = { version = "0.1", git = "https://github.com/Stremio/stremio-core", branch = "development", features = [ +stremio-core = { version = "0.1", git = "https://github.com/Stremio/stremio-core", branch = "feat/remote-addons-descriptor", features = [ "derive", "analytics", "env-future-send", ] } # For share UI models -stremio-core-web = { version = "0.47", git = "https://github.com/Stremio/stremio-core", branch = "development", default-features = false } +stremio-core-web = { version = "0.47", git = "https://github.com/Stremio/stremio-core", branch = "feat/remote-addons-descriptor", default-features = false } stremio-core-protobuf = { version = "0.1", path = "stremio-core-protobuf", default-features = false } # Protobuf