Skip to content

Commit

Permalink
Enable rusqlite/bundled feature by default
Browse files Browse the repository at this point in the history
This is better for cross compiling and for providing a portable binary.
  • Loading branch information
zefr0x committed Nov 21, 2023
1 parent 8cfbde2 commit ca579c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ tempfile = "3.8.1"
clap = { version = "4.4.8", features = ["string"]}
clap_complete = "4.4.4"
clap_mangen = "0.2.15"

[features]
default = [ "libsqlite_bundled" ]
libsqlite_bundled = [ "rusqlite/bundled" ]

0 comments on commit ca579c8

Please sign in to comment.