File: 0001-Add-tokio-test-dependency.patch

package info (click to toggle)
rust-actix-codec 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 5d699da90196c935087d6795f04cf79ca8a6372b Mon Sep 17 00:00:00 2001
From: Thomas Bechtold <thomas.bechtold@canonical.com>
Date: Fri, 12 May 2023 16:23:06 +0200
Subject: [PATCH 1/2] Add tokio-test dependency

Signed-off-by: Thomas Bechtold <thomas.bechtold@canonical.com>
---
 Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index a4d15b5..ae2644b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,3 +79,6 @@
 version = "0.1.30"
 features = ["log"]
 default-features = false
+
+[dev-dependencies.tokio-test]
+version = "0.4.2"
-- 
2.39.2