mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-01 08:22:21 +08:00
Merge pull request #131 from upsuper/load_extension
Remove load_extension feature from the binding
This commit is contained in:
@@ -13,7 +13,7 @@ license = "MIT"
|
||||
name = "rusqlite"
|
||||
|
||||
[features]
|
||||
load_extension = ["libsqlite3-sys/load_extension"]
|
||||
load_extension = []
|
||||
backup = []
|
||||
blob = []
|
||||
functions = []
|
||||
|
||||
Reference in New Issue
Block a user