Skip to content

Commit 2e8ecd5

Browse files
committed
Remove wildcard versions from Cargo.toml
1 parent b579472 commit 2e8ecd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ twox-hash = { version = "1.6.3" }
1818
clokwerk = "0.3.5"
1919

2020
[target.'cfg(unix)'.dependencies]
21-
libc = "0.2.*"
21+
libc = "0.2.137"
2222

2323
[target.'cfg(windows)'.dependencies]
24-
winapi = { version = "0.3.*", features = ["sysinfoapi"] }
24+
winapi = { version = "0.3.9", features = ["sysinfoapi"] }
2525

2626
[dev-dependencies]
27-
serial_test = "*"
28-
criterion = { version = "0.4.*" }
27+
serial_test = "0.9.0"
28+
criterion = { version = "0.4.0" }
2929

3030
[[bench]]
3131
name = "scdb"

0 commit comments

Comments
 (0)