Skip to content

Commit

Permalink
fix: preserve order when serializing to json
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Jul 29, 2024
1 parent 8295454 commit 5b65995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 moksha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ base64 = { workspace = true }
bitcoin_hashes = "0.14.0"
secp256k1 = { workspace = true, default-features = true, features = ["rand", "serde"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
serde_json = { workspace = true, features = ["preserve_order"] }
hex = { workspace = true }
serde_with = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit 5b65995

Please sign in to comment.