-
### Description
Because of dependency upgrades (some broken beyond our control), previously tagged proofs releases are often not buildable. One way to solve this is keeping a committed Cargo.lock …
-
shotover is an application not a library so we should check in the Cargo.lock as per https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
rukai updated
3 years ago
-
We should support it in case `naersk` or `crate2nix` breaks for a user's project(s). https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md?rgh-link-date=2021-06-09T15%3…
-
We should be sure that CI enforces our lockfiles when building release binaries, and when checking pull requests.
See https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-vers…
-
So I was having issues with using this repo with bevy main, and I stumbled into an issue with queries like Query and it led me to realize that while Component derives have been added to components on …
-
`nvfetcher` now supports calculating `cargoLock` with `outputHashes` for Rust packages, but `cargoLock` we calculated is still not eligible yet to be used in `buildRustPackage`. See discussion in http…
-
```
error: builder for '/nix/store/1cxlj18q2vjj09p2dyjk862ssvsp3xwr-rust-workspace-deps-unknown.drv' failed with exit code 101;
last 10 log lines:
> failed to clone into: /build/dum…
-
How would you feel about always using the latest non-breaking version of all dependencies. For example, using every release of percent-encoding version 2 instead of one specific release, or the same w…
-
## Bug description
The _Cargo.lock_ file is currently ignored. _scaphandre_ being an executable, I think it should not be ignored, as stated in the comment of the .gitignore.
## To Reproduce
…
-
**Is your feature request related to a problem? Please describe.**
I am packaging this library for [Nix](https://github.com/NixOS/nixpkgs/), and realized it doesn't have the `Cargo.lock` file, which …