Skip to content

Commit

Permalink
chore: use stremio-core development branch and comment stremio-core-web
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Oct 1, 2024
1 parent 31bfd9b commit 9758f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ resolver = "2"
members = ["stremio-core-protobuf"]

[workspace.dependencies]
stremio-core = { version = "0.1", git = "https://github.com/Stremio/stremio-core", branch = "feat/serialize-model-separatelly-from-creating-it", features = [
stremio-core = { version = "0.1", git = "https://github.com/Stremio/stremio-core", branch = "development", features = [
"derive",
"analytics",
"env-future-send",
] }
# For share UI models
stremio-core-web = { version = "0.47", git = "https://github.com/Stremio/stremio-core", branch = "feat/serialize-model-separatelly-from-creating-it", default-features = false }
# stremio-core-web = { version = "0.47", git = "https://github.com/Stremio/stremio-core", branch = "feat/serialize-model-separatelly-from-creating-it", default-features = false }
stremio-core-protobuf = { version = "0.1", path = "stremio-core-protobuf", default-features = false }

# Protobuf
Expand Down
2 changes: 1 addition & 1 deletion stremio-core-protobuf/src/model/fields/streaming_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use stremio_core::{
models::streaming_server::{
PlaybackDevice, Selected as StreamingServerSelected, StreamingServer,
},
types::streaming_server::{StatisticsRequest, Settings, Statistics},
types::streaming_server::{Settings, Statistics, StatisticsRequest},
};

use crate::bridge::{FromProtobuf, ToProtobuf};
Expand Down

0 comments on commit 9758f3b

Please sign in to comment.