Skip to content

Commit f8fe95c

Browse files
committed
Merge #168: chore: use the alloc feature on serde_json
5c57ee4 chore: use the `alloc` feature on `serde_json` (Luis Schwab) Pull request description: This PR imports `serde_json` with the `alloc` feature. ACKs for top commit: oleonardolima: ACK 5c57ee4 Tree-SHA512: cfd01e89c2ec57507d9b44fb7bbe03a308f6d4c90a0c858dd3f9666f5d5011fb5bad1ebb6fb68f807a4174eb4c317749ad4d9cbd1d17832f5c027a4f8188f603
2 parents 2e3e8b2 + 5c57ee4 commit f8fe95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/lib.rs"
2121

2222
[dependencies]
2323
serde = { version = "1.0", features = ["derive"] }
24-
serde_json = { version = "1.0", default-features = false }
24+
serde_json = { version = "1.0", features = ["alloc"], default-features = false }
2525
bitcoin = { version = "0.32", features = ["serde", "std"], default-features = false }
2626
hex = { version = "0.2", package = "hex-conservative" }
2727
log = "^0.4"

0 commit comments

Comments
 (0)