Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nix requirement from 0.26.2 to 0.29.0 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Update nix requirement from 0.26.2 to 0.29.0

ab72651
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Update nix requirement from 0.26.2 to 0.29.0 #33

Update nix requirement from 0.26.2 to 0.29.0
ab72651
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed May 24, 2024 in 1s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check failure on line 1 in src/common/permissions.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `nix::unistd::Uid`

error[E0432]: unresolved import `nix::unistd::Uid`
  --> src/common/permissions.rs:1:5
   |
1  | use nix::unistd::Uid;
   |     ^^^^^^^^^^^^^^^^ no `Uid` in `unistd`
   |
note: found an item that was configured out
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/unistd.rs:65:12
   |
65 | pub struct Uid(uid_t);
   |            ^^^
   = note: the item is gated behind the `user` feature

Check failure on line 1 in src/common/permissions.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `nix::unistd::Uid`

error[E0432]: unresolved import `nix::unistd::Uid`
  --> src/common/permissions.rs:1:5
   |
1  | use nix::unistd::Uid;
   |     ^^^^^^^^^^^^^^^^ no `Uid` in `unistd`
   |
note: found an item that was configured out
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/unistd.rs:65:12
   |
65 | pub struct Uid(uid_t);
   |            ^^^
   = note: the item is gated behind the `user` feature