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:
parent
b4d4ce7cc4
commit
38fae60d81
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue