Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: naersk by default uses rust toolchain from the nixpkgs. As a result, nixpkgs update my accidentally break the build due to rust compiler version change. Solution: Pin the rust toolchain version to "1.77.1" (this version is currently provided by nixpkgs) using 'rust-overlay'.
- Loading branch information