summaryrefslogtreecommitdiff
path: root/ext/net
diff options
context:
space:
mode:
Diffstat (limited to 'ext/net')
-rw-r--r--ext/net/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 160f5085e..3a2729b05 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -16,6 +16,9 @@ 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
serde.workspace = true