Skip to content

Commit 38fae60

Browse files
slpstefano-garzarella
authored andcommitted
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 <[email protected]>
1 parent b4d4ce7 commit 38fae60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ vm-memory = "0.6"
2929
[dev-dependencies]
3030
tempfile = ">=3.2.0"
3131
vm-memory = { version = "0.6", features=["backend-mmap"] }
32-
serial_test = "*"
32+
serial_test = "0.5"

0 commit comments

Comments
 (0)