File: 2001_serial_test.patch

package info (click to toggle)
rust-axum-server 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 320 kB
  • sloc: makefile: 11; sh: 1
file content (14 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: accept older branch of crate serial_test
Forwarded: not-needed
Last-Update: 2025-08-04
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,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"