From b84b7d0e9c7c1003c2a8a079b40bd565d146dc9a Mon Sep 17 00:00:00 2001 From: unclekingpin Date: Sun, 22 Oct 2023 01:43:12 -0700 Subject: [PATCH] update official addons --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9285972e2..110695e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ analytics = [] [dependencies] stremio-derive = { path = "stremio-derive" } stremio-watched-bitfield = { path = "stremio-watched-bitfield" } -stremio-official-addons = "=2.0.10" +stremio-official-addons = "=2.0.11" # (De)Serialization serde = { version = "1", features = ["derive"]}