From a3482f4f551098e8b93e16115db3f4af8c2ed092 Mon Sep 17 00:00:00 2001 From: Edoardo Marangoni Date: Wed, 30 Oct 2024 11:28:17 +0100 Subject: [PATCH] chore: Remove `isle-in-source-tree` feature from `cranelift-codegen` --- lib/compiler-cranelift/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/compiler-cranelift/Cargo.toml b/lib/compiler-cranelift/Cargo.toml index 866bb86700c..ea7be947210 100644 --- a/lib/compiler-cranelift/Cargo.toml +++ b/lib/compiler-cranelift/Cargo.toml @@ -26,7 +26,6 @@ cranelift-codegen = { version = "=0.110.2", default-features = false, features = "x86", "arm64", "riscv64", - "isle-in-source-tree", ] } cranelift-frontend = { version = "=0.110.2", default-features = false } itertools = "0.12.0"