Skip to content

Commit cff90f3

Browse files
committed
Update clippy
The clippy version we were using, doesn't even run on the current nightly.
1 parent 008f9d9 commit cff90f3

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
@@ -38,7 +38,7 @@ router = "^0.2"
3838
error-type = "^0.1"
3939
serde_json = "^0.8"
4040
spaceapi = "^0.4.2"
41-
clippy = {version = "^0.0.87", optional = true}
41+
clippy = {version = "^0.0.139", optional = true}
4242

4343
[features]
4444
unstable = ["clippy"]

0 commit comments

Comments
 (0)