Merge pull request #131 from upsuper/load_extension

Remove load_extension feature from the binding
This commit is contained in:
John Gallagher 2016-03-29 16:36:09 -04:00
commit 9fb16c46f9
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"