diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-02-23 19:20:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-24 01:20:54 +0100 |
| commit | b6ac54815c1bcfa44a45b3f2c1c982829482477f (patch) | |
| tree | b944f2b1a3b4dad6716d778492e308db91dc7d54 | |
| parent | c26fbe38d5a1f485a0960357c22080dd23e03ffb (diff) | |
chore: fix cargo publish (#17907)
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index f10e46c25..c856b16ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ flate2 = "=1.0.24" futures = "0.3.21" http = "=0.2.8" hyper = "0.14.18" -indexmap = "1.9.2" +indexmap = { version = "1.9.2", features = ["serde"] } libc = "0.2.126" log = "=0.4.17" lzzzz = "1.0" |
