Bump to 0.1.10
This commit is contained in:
parent
9ad45aaab4
commit
35bd36cefd
|
@ -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"
|
||||
|
|
|
@ -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))]
|
||||
|
||||
|
|
Loading…
Reference in a new issue