mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39: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"
|
name = "rusqlite"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
load_extension = ["libsqlite3-sys/load_extension"]
|
load_extension = []
|
||||||
backup = []
|
backup = []
|
||||||
blob = []
|
blob = []
|
||||||
functions = []
|
functions = []
|
||||||
|
@ -8,9 +8,6 @@ license = "MIT"
|
|||||||
links = "sqlite3"
|
links = "sqlite3"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[features]
|
|
||||||
load_extension = []
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
pkg-config = "~0.3"
|
pkg-config = "~0.3"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user