File: fix-tokio-dependency.diff

package info (click to toggle)
rust-yubico 0.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: yubico/Cargo.toml
===================================================================
--- yubico.orig/Cargo.toml	2024-07-09 22:49:21.557037961 +0200
+++ yubico/Cargo.toml	2024-07-09 22:52:21.032883983 +0200
@@ -65,7 +65,7 @@
 
 [dev-dependencies.tokio]
 version = "1.1"
-features = ["macros"]
+features = ["rt-multi-thread", "macros"]
 
 [features]
 default = ["online-tokio"]