File: nix-0.30-010-dependencies.patch

package info (click to toggle)
rust-coreutils 0.0.30-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,752 kB
  • sloc: sh: 1,088; python: 407; javascript: 72; makefile: 51
file content (19 lines) | stat: -rw-r--r-- 680 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This patch is based on the upstream commit described below, adapted for use in
the Debian package by Peter Michael Green.

commit fd4c315fa371b120eff6145de4feeb3ff0a922e1
Author: Daniel Hofstetter <daniel.hofstetter@42dh.com>
Date:   Thu May 22 16:02:27 2025 +0200

    Bump nix to 0.30.1 and ctrlc to 3.4.7

diff --git a/Cargo.toml b/Cargo.toml
index 35d1edb83..a4c9d3200 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -292,1 +292,1 @@
-ctrlc = { version = "3.4.4", features = ["termination"] }
+ctrlc = { version = "3.4.7", features = ["termination"] }
@@ -314,1 +314,1 @@
-nix = { version = "0.29", default-features = false }
+nix = { version = "0.30", default-features = false }