Skip to content

Commit

Permalink
chore(stremio-core-web): enable serde_json preserve_order features:
Browse files Browse the repository at this point in the history
- chore(core): msrv to 1.71

Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Dec 11, 2024
1 parent ef64789 commit 1b45b76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Smart Code OOD"]
edition = "2021"

# When upgrading MSRV make sure to update the msrv.yaml workflow
rust-version = "1.70"
rust-version = "1.71"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion stremio-core-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log-trace = []
stremio-core = { version = "0.1", features = ["derive", "analytics"], path = "../" }

serde = { version = "1.0.*", features = ["derive"] }
serde_json = "1.0.*"
serde_json = { version = "1", features = ["preserve_order"] }
futures = "0.3.*"

# used for Env impl
Expand Down

0 comments on commit 1b45b76

Please sign in to comment.