From 0eadacea19b426166b870e7aa2665c9de656dfcb Mon Sep 17 00:00:00 2001 From: unclekingpin Date: Sat, 25 Nov 2023 07:06:35 -0800 Subject: [PATCH] bump core --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 553cc7c..e9dc3cd 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=development#75cfb62491f6a1eb5a2450ee0e7c47c7afe76d1c" +source = "git+https://github.com/Stremio/stremio-core?branch=surround_sound_enabled#bef68af6b0db125358a23096a5b92f4eb3f8ad54" 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=development#75cfb62491f6a1eb5a2450ee0e7c47c7afe76d1c" +source = "git+https://github.com/Stremio/stremio-core?branch=surround_sound_enabled#bef68af6b0db125358a23096a5b92f4eb3f8ad54" 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=development#75cfb62491f6a1eb5a2450ee0e7c47c7afe76d1c" +source = "git+https://github.com/Stremio/stremio-core?branch=surround_sound_enabled#bef68af6b0db125358a23096a5b92f4eb3f8ad54" dependencies = [ "base64 0.13.1", "flate2", diff --git a/Cargo.toml b/Cargo.toml index fc017ba..85b8ecd 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 = "surround_sound_enabled" } serde = { version = "1.0.*", features = ["derive"] } serde_json = "1.0.*" futures = "0.3.*"