Skip to content

Commit 2c69e9c

Browse files
committed
use released version of serde instead of release candidates
1 parent 4a70a46 commit 2c69e9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ test = false
3232
# begin automatic update
3333
clippy_lints = { version = "0.0.111", path = "clippy_lints" }
3434
# end automatic update
35-
cargo_metadata = "0.1"
35+
cargo_metadata = "0.1.1"
3636

3737
[dev-dependencies]
3838
compiletest_rs = "0.2.5"
3939
lazy_static = "0.1.15"
4040
regex = "0.2"
41-
serde_derive = "0.9.0-rc3"
41+
serde_derive = "0.9.1"
4242
clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
43-
serde = "0.9.0-rc3"
43+
serde = "0.9.1"
4444

4545
[features]
4646
debugging = []

0 commit comments

Comments
 (0)