Cargo: replace wildcard with 0.5 for serial_test

crates.io does not allow publishing crates which have wildcards in
their dependencies. We had one for "serial_test", so replace the
wildcard pointing it to the current major/minor ("0.5").

Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
Sergio Lopez 2021-09-23 07:03:58 +02:00 committed by Stefano Garzarella
parent b4d4ce7cc4
commit 38fae60d81

View file

@ -29,4 +29,4 @@ vm-memory = "0.6"
[dev-dependencies]
tempfile = ">=3.2.0"
vm-memory = { version = "0.6", features=["backend-mmap"] }
serial_test = "*"
serial_test = "0.5"