Skip to content

Commit 374017c

Browse files
committed
Do not use a fixed clippy version
Clippy only guarantees, that the latest clippy version will work with the latest nightly build of Rust. So we want to always use the latest version.
1 parent 78a0707 commit 374017c

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
@@ -37,7 +37,7 @@ router = "^0.5"
3737
error-type = "^0.1"
3838
serde_json = "^0.8"
3939
spaceapi = "^0.4.2"
40-
clippy = {version = "^0.0.87", optional = true}
40+
clippy = {version = "^0.0", optional = true}
4141

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

0 commit comments

Comments
 (0)