diff options
Diffstat (limited to 'ext/net')
-rw-r--r-- | ext/net/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 358d7d181..ab7a6b79c 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -16,10 +16,6 @@ path = "lib.rs" [dependencies] deno_core.workspace = true deno_tls.workspace = true -# Pinning to 0.5.1, because 0.5.2 breaks "cargo publish" -# https://github.com/bluejekyll/enum-as-inner/pull/91 -enum-as-inner = "=0.5.1" -log.workspace = true pin-project.workspace = true rustls-tokio-stream.workspace = true serde.workspace = true |