Skip to content

Commit

Permalink
chore: update core
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Nov 12, 2024
1 parent c378b94 commit 4705eed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -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
Expand Down

0 comments on commit 4705eed

Please sign in to comment.