Skip to content

Commit 75514ee

Browse files
committed
Auto merge of #11 - skade:current-clippy, r=hobofan
chore/clippy: bump clippy version Update clippy to compile again on current nightly Rust.
2 parents d1fbca2 + c531899 commit 75514ee

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
@@ -22,7 +22,7 @@ enum_primitive = "0.1.0"
2222
byteorder = "0.4"
2323
num = "0.1"
2424

25-
clippy = { version = "0.0.23", optional = true }
25+
clippy = { version = "0.0.27", optional = true }
2626

2727
[features]
2828
default = []

0 commit comments

Comments
 (0)