mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Remove load_extension feature from the binding
This commit is contained in:
parent
2cb6c59b3d
commit
d9fffaf797
@ -13,7 +13,7 @@ license = "MIT"
|
||||
name = "rusqlite"
|
||||
|
||||
[features]
|
||||
load_extension = ["libsqlite3-sys/load_extension"]
|
||||
load_extension = []
|
||||
backup = []
|
||||
blob = []
|
||||
functions = []
|
||||
|
@ -8,9 +8,6 @@ license = "MIT"
|
||||
links = "sqlite3"
|
||||
build = "build.rs"
|
||||
|
||||
[features]
|
||||
load_extension = []
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "~0.3"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user