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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
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)