From 0f8ef5f777c54b5c24554830261c640840a3f89f Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 31 Oct 2022 14:58:32 +0100 Subject: [PATCH] Remove unused dependency --- Cargo.lock | 1 - crates/fj-host/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edd0f71fa..83b7443ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1167,7 +1167,6 @@ dependencies = [ "cargo_metadata", "crossbeam-channel", "fj", - "fj-interop", "libloading", "notify", "thiserror", diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index 8cd36049e..cda1c5260 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -15,7 +15,6 @@ categories.workspace = true cargo_metadata = "0.15.0" crossbeam-channel = "0.5.6" fj.workspace = true -fj-interop.workspace = true libloading = "0.7.2" notify = "5.0.0" thiserror = "1.0.35"