Skip to content

Commit ba75af0

Browse files
committed
Update serde_json in third_party test
1 parent ca032d2 commit ba75af0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

third-party/tests/third_party.rs

+4
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,15 @@ fn run_test(test: &Test, no_run: bool) {
107107
// However, rather than try to upgrade everything and then downgrade just `x25519-dalek`
108108
// (similar to how I did for `libp2p-swarm-derive`), I am instead trying to upgrade just the
109109
// packages that need it.
110+
// smoelius: `cw20-base` relies on `serde_json` 1.0.114, which is before `serde_json::Value`
111+
// started deriving `Hash`:
112+
// https://github.com/serde-rs/json/blob/e1b3a6d8a161ff5ec4865b487d148c17d0188e3e/src/value/mod.rs#L115
110113
for package in [
111114
112115
113116
"libc",
114117
118+
"serde_json",
115119
"tempfile",
116120
] {
117121
#[allow(clippy::let_unit_value)]

0 commit comments

Comments
 (0)