Skip to content

Commit 95c2e23

Browse files
committed
Format toml
1 parent 278fe1c commit 95c2e23

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@ pyo3-log = { version = "0.12.2", optional = true }
3737

3838
[features]
3939
default = []
40-
bindings = [
41-
"unicorn-engine/dynamic_linkage"
42-
]
43-
python = [
44-
"pyo3", "pyo3-log", "env_logger", "bindings"
45-
]
40+
bindings = ["unicorn-engine/dynamic_linkage"]
41+
python = ["pyo3", "pyo3-log", "env_logger", "bindings"]
4642

4743
[lib]
4844
name = "unicornafl"

0 commit comments

Comments
 (0)