Skip to content

Commit 469b332

Browse files
committed
rs: Update rust version
Update Cargo.lock and nixpkgs to support current stable rust releases. We need to update as upgrading rustc past v1.77 changes the syntax used in for the lockfile. Changelog-None Signed-off-by: Peter Neuroth <[email protected]>
1 parent 227900c commit 469b332

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Core Lightning (CLN): A specification compliant Lightning Network implementation in C";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
66

77
flake-parts.url = "github:hercules-ci/flake-parts";
88

0 commit comments

Comments
 (0)