Skip to content

Commit 4c86be9

Browse files
committed
chore: enable default features for yara-x at the workspace level.
1 parent 29e89ac commit 4c86be9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ wasmtime = { version = "40.0.4", default-features = false }
104104
wasm-bindgen = "0.2.113"
105105
x509-parser = "0.18.0"
106106
yansi = "1.0.1"
107-
yara-x = { path = "lib", version = "1.14.0", default-features = false }
107+
yara-x = { path = "lib", version = "1.14.0" }
108108
yara-x-fmt = { path = "fmt", version = "1.14.0" }
109109
yara-x-macros = { path = "macros", version = "1.14.0" }
110110
yara-x-parser = { path = "parser", version = "1.14.0" }

capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ crate-type = ["staticlib", "cdylib"]
5252

5353
[dependencies]
5454
serde_json = { workspace = true }
55-
yara-x = { workspace = true, default-features = true }
55+
yara-x = { workspace = true }
5656

5757
[build-dependencies]
5858
cbindgen = { workspace = true }

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ serde = { workspace = true, features = ["derive"] }
6363
strum = { workspace = true }
6464
strum_macros = { workspace = true }
6565
yansi = { workspace = true }
66-
yara-x = { workspace = true, default-features = true, features = ["parallel-compilation"] }
66+
yara-x = { workspace = true, features = ["parallel-compilation"] }
6767
yara-x-parser = { workspace = true }
6868
yara-x-proto-yaml = { workspace = true }
6969
yara-x-proto-json = { workspace = true }

ls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ serde = { workspace = true }
3838
serde_json = { workspace = true }
3939
yara-x-parser = { workspace = true }
4040
yara-x-fmt = { workspace = true }
41-
yara-x = { workspace = true, default-features = true }
41+
yara-x = { workspace = true }
4242

4343
[target.'cfg(not(target_family = "wasm"))'.dependencies]
4444
tokio = { version = "1.48.0", features = ["full"] }

py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ serde_json = { workspace = true }
6464
strum = { workspace = true }
6565
strum_macros = { workspace = true }
6666

67-
yara-x = { workspace = true, default-features = true }
67+
yara-x = { workspace = true }
6868
yara-x-proto-json = { workspace = true }
6969
yara-x-fmt = { workspace = true }
7070

0 commit comments

Comments
 (0)