Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit f94ce33

Browse files
committed
Require clippy version range for publishing
1 parent 6f19608 commit f94ce33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ time = "0.1.35"
2525

2626
[dependencies.clippy]
2727
optional = true
28-
version = "*"
28+
version = "~0"
2929

3030
[dependencies.openssl]
3131
optional = true

0 commit comments

Comments
 (0)