File: 2001_serial_test.patch

package info (click to toggle)
rust-axum-server 0.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 320 kB
  • sloc: makefile: 11; sh: 1
file content (16 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept older branch of crate serial_test
Author: Blair Noctis <ncts@debian.org>
Bug-Debian: https://bugs.debian.org/1093802
Forwarded: not-needed
Last-Update: 2025-09-24
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@
 pin-project-lite = { version = "0.2", optional = true }
 
 [dev-dependencies]
-serial_test = "3.1"
+serial_test = ">= 2.0.0, <= 3"
 futures-util = { version = "0.3", default-features = false }
 http-body-util = "0.1"
 axum = "0.7"