From 4bd1f6b1477b910b580a0bcfcde118bcefc1ddc0 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 3 May 2021 18:45:59 -0400 Subject: Easier Building with Rust (now requires nightly) --- rust/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 69b34dce..c2543922 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -9,6 +9,3 @@ log = "0.4" libc = "0.2" rayon = { version = "1.0", optional = true } binaryninjacore-sys = { path = "binaryninjacore-sys" } - -[features] -headless = ["binaryninjacore-sys/headless"] -- cgit v1.3.1