Skip to content

Commit

Permalink
chore: disable default features for denokv_sqlite (denoland#21155)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Nov 10, 2023
1 parent 68607b5 commit 882c54d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 882c54d

Please sign in to comment.