From 33df60420b5226fc173bb0dcda70e2e13c657854 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Mon, 25 Mar 2024 09:15:51 +0200 Subject: [PATCH] chore: Update core to branch Signed-off-by: Lachezar Lechev --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6aa037f..2cc764d 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#aee54a121078b0ff9f94f2f2c09cfead451993e2" +source = "git+https://github.com/Stremio/stremio-core?branch=feat/stream-rar-and-zip-stream-creation#dcfa46c353c9d8fbd15796dc70f7b0ade2a158e1" dependencies = [ "anyhow", "base64 0.21.2", @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "stremio-derive" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=development#aee54a121078b0ff9f94f2f2c09cfead451993e2" +source = "git+https://github.com/Stremio/stremio-core?branch=feat/stream-rar-and-zip-stream-creation#dcfa46c353c9d8fbd15796dc70f7b0ade2a158e1" dependencies = [ "case", "proc-macro-crate", @@ -1115,7 +1115,7 @@ dependencies = [ [[package]] name = "stremio-watched-bitfield" version = "0.1.0" -source = "git+https://github.com/Stremio/stremio-core?branch=development#aee54a121078b0ff9f94f2f2c09cfead451993e2" +source = "git+https://github.com/Stremio/stremio-core?branch=feat/stream-rar-and-zip-stream-creation#dcfa46c353c9d8fbd15796dc70f7b0ade2a158e1" dependencies = [ "base64 0.13.1", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 9ae3e05..c993114 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 = "feat/stream-rar-and-zip-stream-creation" } serde = { version = "1.0.*", features = ["derive"] } serde_json = "1.0.*" futures = "0.3.*"