Skip to content

Commit f48bc60

Browse files
authored
chore: expose rusqlite vendored openssl feature (#62)
Co-authored-by: Jost Schulte <jost-s@users.noreply.github.com>
1 parent 7baf41f commit f48bc60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ features = ["trace"]
4141
[features]
4242
bundled = ["rusqlite/bundled"]
4343
bundled-sqlcipher = ["rusqlite/bundled-sqlcipher"]
44+
bundled-sqlcipher-vendored-openssl = [
45+
"rusqlite/bundled-sqlcipher-vendored-openssl",
46+
]

0 commit comments

Comments
 (0)