mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
use released version of serde instead of release candidates
This commit is contained in:
parent
4a70a46d2d
commit
2c69e9c324
1 changed files with 3 additions and 3 deletions
|
@ -32,15 +32,15 @@ test = false
|
|||
# begin automatic update
|
||||
clippy_lints = { version = "0.0.111", path = "clippy_lints" }
|
||||
# end automatic update
|
||||
cargo_metadata = "0.1"
|
||||
cargo_metadata = "0.1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
compiletest_rs = "0.2.5"
|
||||
lazy_static = "0.1.15"
|
||||
regex = "0.2"
|
||||
serde_derive = "0.9.0-rc3"
|
||||
serde_derive = "0.9.1"
|
||||
clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
|
||||
serde = "0.9.0-rc3"
|
||||
serde = "0.9.1"
|
||||
|
||||
[features]
|
||||
debugging = []
|
||||
|
|
Loading…
Reference in a new issue