1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

pin enum-as-inner dependency

This commit is contained in:
Bartek Iwańczuk 2023-05-30 02:10:33 +02:00
parent ea6cd3f1fc
commit 02ff280496
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750
2 changed files with 4 additions and 0 deletions

1
Cargo.lock generated
View file

@ -1152,6 +1152,7 @@ version = "0.99.0"
dependencies = [
"deno_core",
"deno_tls",
"enum-as-inner",
"log",
"pin-project",
"serde",

View file

@ -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