mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
chore: fix cargo publish (#17907)
This commit is contained in:
parent
c26fbe38d5
commit
b6ac54815c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ flate2 = "=1.0.24"
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
http = "=0.2.8"
|
http = "=0.2.8"
|
||||||
hyper = "0.14.18"
|
hyper = "0.14.18"
|
||||||
indexmap = "1.9.2"
|
indexmap = { version = "1.9.2", features = ["serde"] }
|
||||||
libc = "0.2.126"
|
libc = "0.2.126"
|
||||||
log = "=0.4.17"
|
log = "=0.4.17"
|
||||||
lzzzz = "1.0"
|
lzzzz = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue