linera-io / linera-protocol

Main repository for the Linera protocol
Apache License 2.0
112 stars 94 forks source link

`flake.lock`: update for Rust 1.79 #2184

Closed Twey closed 1 week ago

Twey commented 1 week ago

Motivation

We are now using Rust 1.79 in our rust-toolchain.toml, but we haven't updated our flake.lock, so Nix-based building (e.g. on GitPod) fails.

Proposal

Update flake.lock.

Test Plan

I tested locally.

Release Plan

None required.

Links