fix(rustup): Update to latest rust; silence some warnings

This commit is contained in:
Erick Tryzelaar
2015-12-24 10:54:02 -05:00
parent 8f08baf43a
commit 072ff149f5
6 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "serde"
version = "0.6.6"
version = "0.6.7"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A generic serialization/deserialization framework"
+1 -1
View File
@@ -10,7 +10,7 @@
//! [github repository](https://github.com/serde-rs/serde)
#![doc(html_root_url="https://serde-rs.github.io/serde/serde")]
#![cfg_attr(feature = "nightly", feature(collections, core, enumset, nonzero, step_trait, zero_one))]
#![cfg_attr(feature = "nightly", feature(collections, enumset, nonzero, step_trait, zero_one))]
#![deny(missing_docs)]