Remove load_extension feature from the binding

This commit is contained in:
Xidorn Quan 2016-02-13 10:51:24 +08:00
parent 2cb6c59b3d
commit d9fffaf797
2 changed files with 1 additions and 4 deletions

View File

@ -13,7 +13,7 @@ license = "MIT"
name = "rusqlite"
[features]
load_extension = ["libsqlite3-sys/load_extension"]
load_extension = []
backup = []
blob = []
functions = []

View File

@ -8,9 +8,6 @@ license = "MIT"
links = "sqlite3"
build = "build.rs"
[features]
load_extension = []
[build-dependencies]
pkg-config = "~0.3"