Skip to content

Commit

Permalink
[Chore] Pin used rust toolchain
Browse files Browse the repository at this point in the history
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
rvem committed Sep 20, 2024
1 parent b700630 commit b876c02
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 70 deletions.
Loading

0 comments on commit b876c02

Please sign in to comment.