Skip to content

Commit 539ee34

Browse files
committed
rust: Add resolver feature
On Debian 11: cargo build --release Updating crates.io index Downloading crates ... Downloaded libc v0.2.128 error: failed to parse manifest at `/root/.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/libc-0.2.128/Cargo.toml` Caused by: feature `resolver` is required consider adding `cargo-features = ["resolver"]` to the manifest
1 parent 609854d commit 539ee34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/rust/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
cargo-features = ["resolver"]
2+
13
[package]
24
name = "nbdkit"
35
version = "0.2.0"

0 commit comments

Comments
 (0)