mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
remove test default feature
This commit is contained in:
@@ -170,13 +170,13 @@ quickcheck = "1.0.3"
|
||||
quickcheck_macros = "1.0.0"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tauri = { path = ".", default-features = false }
|
||||
tauri = { path = ".", default-features = false, features = ["test"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
cargo_toml = "0.22"
|
||||
http-range = "0.1.5"
|
||||
|
||||
[features]
|
||||
default = ["compression", "common-controls-v6", "dynamic-acl", "test"]
|
||||
default = ["compression", "common-controls-v6", "dynamic-acl"]
|
||||
unstable = []
|
||||
macos-proxy = []
|
||||
common-controls-v6 = [
|
||||
|
||||
Reference in New Issue
Block a user