-
-
Notifications
You must be signed in to change notification settings - Fork 42
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 to ~0.23 #92
base: master
Are you sure you want to change the base?
Conversation
this would also fix #91 |
e711ab2
to
3bf305b
Compare
What will it take to land and publish this? (Should probably go with nix 0.24 at this point). |
I think the author doesn't seem to really be active on this project anymore. Might be worth just forking out your own version at this point. |
The former is unmaintained and is flagging in cargo audit for its indirect deps. The starship folks have forked it; let's use that. refs: svartalf/rust-battery#92 refs: #1952
looks like starship-battery is a pre-existing fork so I'm going with that |
Oh, nice! I was looking for something similar; I'll update the linked issue to point people in a similar situation there in that case. |
Migrates the `battery` dependency to the more actively maintained `starship-battery` fork, found at https://github.com/starship/rust-battery. See svartalf/rust-battery#92 for more information.
Migrates the `battery` dependency to the more actively maintained `starship-battery` fork, found at https://github.com/starship/rust-battery. See svartalf/rust-battery#92 for more information.
nix
has recently published a security advisory (RUSTSEC-2021-0119) and thenix
version used inrust-battery
is vulnerable. This PR updates nix (and MSRV) to the latest version and makes the necessary changes to have it successfully build for FreeBSD withcross
.Closes #89