use released version of serde instead of release candidates
This commit is contained in:
parent
4a70a46d2d
commit
2c69e9c324
@ -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…
x
Reference in New Issue
Block a user