Skip to content

Commit

Permalink
Cargo: replace wildcard with 0.5 for serial_test
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
slp authored and stefano-garzarella committed Sep 23, 2021
1 parent b4d4ce7 commit 38fae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 38fae60

Please sign in to comment.