Skip to content

Commit 967f725

Browse files
committed
preserve order for serde_json on eure.dev
1 parent 532392b commit 967f725

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/eure-dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ eure-editor-support = { workspace = true }
1515
eure-json = { workspace = true }
1616
eure-parol = { workspace = true }
1717
eure-schema = { workspace = true }
18-
serde_json = { workspace = true }
18+
serde_json = { workspace = true, features = ["preserve_order"] }
1919
getrandom = { version = "0.3", features = ["wasm_js"] }
2020
tracing = { workspace = true }
2121
dioxus-free-icons = { version = "0.10.0", features = ["bootstrap"] }

0 commit comments

Comments
 (0)