File: 1001_once_cell.patch

package info (click to toggle)
rust-threadfin 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: extend dependency to match newer crate once_cell 1.16.0
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2023-08-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@
 [dependencies]
 crossbeam-channel = "0.5"
 num_cpus = "1"
-once_cell = ">=1.0, <=1.14"
+once_cell = "1"
 waker-fn = "1"
 
 [dev-dependencies]