Skip to content

Commit

Permalink
chore: fix cargo publish (denoland#17907)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Feb 24, 2023
1 parent c26fbe3 commit b6ac548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b6ac548

Please sign in to comment.