mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Introduce the linkage feature
This commit is contained in:
parent
1513a3444e
commit
09a1557468
10
Cargo.toml
10
Cargo.toml
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sqlite"
|
||||
version = "0.22.0"
|
||||
version = "0.23.0"
|
||||
license = "Apache-2.0/MIT"
|
||||
authors = [
|
||||
"Ivan Stankovic <pokemon@fly.srk.fer.hr>",
|
||||
@ -14,16 +14,14 @@ homepage = "https://github.com/stainless-steel/sqlite"
|
||||
repository = "https://github.com/stainless-steel/sqlite"
|
||||
|
||||
[features]
|
||||
default = ["standard"]
|
||||
|
||||
standard = ["sqlite3-sys/standard"]
|
||||
sqlcipher = ["sqlite3-sys/sqlcipher"]
|
||||
default = ["linkage"]
|
||||
linkage = ["sqlite3-sys/linkage"]
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
|
||||
[dependencies.sqlite3-sys]
|
||||
version = "0.10"
|
||||
version = "0.11"
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user