From 08230d8afab14b2919b561d3db29c787400acd3c Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 1 Nov 2022 10:27:00 -0600 Subject: [PATCH] Revert "rust: Add resolver feature" This reverts commit 539ee34920c36ff23967fbc4b0c819b45c711eba. This was a workaround for an upstream bug, but upstream has now fixed the bug. See https://github.com/rust-lang/libc/issues/2866 (cherry picked from commit dc55cac98e82301bc1f1aa876d1e2c8d5dfdff1d) --- plugins/rust/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/rust/Cargo.toml b/plugins/rust/Cargo.toml index 9ca592990..45d8a755e 100644 --- a/plugins/rust/Cargo.toml +++ b/plugins/rust/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["resolver"] - [package] name = "nbdkit" version = "0.2.0"