mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
chore: disable default features for denokv_sqlite (#21155)
Fix for https://github.com/Homebrew/homebrew-core/pull/153128
This commit is contained in:
parent
68607b593f
commit
882c54d5c4
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ deno_lockfile = "0.17.2"
|
|||
deno_media_type = { version = "0.1.1", features = ["module_specifier"] }
|
||||
|
||||
denokv_proto = "0.2.1"
|
||||
denokv_sqlite = "0.2.1"
|
||||
# denokv_sqlite brings in bundled sqlite if we don't disable the default features
|
||||
denokv_sqlite = { default-features = false, version = "0.2.1" }
|
||||
denokv_remote = "0.2.3"
|
||||
|
||||
# exts
|
||||
|
|
Loading…
Reference in a new issue