~jpastuszek/projects

file-owner crate: update Cargo.toml for new nix versions

Details
Message ID
<ed80443e-a313-4131-a5ff-24c1eaa4a0e1@kl.netlib.re>
DKIM signature
missing
Download raw message
Hello,

I was using file-owner crate and suddenly today the builds failed 
because a new nix version was pushed where the feature flags were all 
turned off by default.

It appears the feature flags were introduced in v0.24 and haven't 
changed since, so simply bumping the version in Cargo.toml makes it 
build again:

 > nix = { version = ">=0.24", features = [ "user", "fs" ] }

Take care
Reply to thread Export thread (mbox)