Bump to 0.1.10

This commit is contained in:
Alex Crichton 2015-01-07 08:49:12 -08:00
parent 9ad45aaab4
commit 35bd36cefd
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "toml"
version = "0.1.9"
version = "0.1.10"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"

View file

@ -36,8 +36,6 @@
//! [2]: https://github.com/BurntSushi/toml-test
//!
#![feature(macro_rules)]
#![feature(associated_types)]
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]