1
0
Fork 0
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:
Matt Mastracci 2023-11-10 11:15:09 -07:00 committed by GitHub
parent 68607b593f
commit 882c54d5c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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