File: bump-nix.patch

package info (click to toggle)
rust-notify 6.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: notify/Cargo.toml
===================================================================
--- notify.orig/Cargo.toml
+++ notify/Cargo.toml
@@ -56,7 +56,7 @@ optional = true
 version = "2.2.2"
 
 [dev-dependencies.nix]
-version = "0.23.1"
+version = ">=0.23.1, <1"
 
 [dev-dependencies.serde_json]
 version = "1.0.39"