Skip to content

Commit

Permalink
chore(stremio-core-android): remove stremio-core-web as dependency fo…
Browse files Browse the repository at this point in the history
…r now
  • Loading branch information
elpiel committed Oct 2, 2024
1 parent 9758f3b commit b6a333f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stremio-core = { version = "0.1", git = "https://github.com/Stremio/stremio-core
"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 = "development", default-features = false }
stremio-core-protobuf = { version = "0.1", path = "stremio-core-protobuf", default-features = false }

# Protobuf
Expand All @@ -62,7 +62,7 @@ opt-level = 3

[dependencies]
stremio-core.workspace = true
stremio-core-web.workspace = true
# stremio-core-web.workspace = true
stremio-core-protobuf.workspace = true

serde = "1.0.*"
Expand Down

0 comments on commit b6a333f

Please sign in to comment.