Release 0.3.0

This commit is contained in:
David Tolnay 2017-01-28 13:44:26 -08:00
parent e6f44d98c0
commit f374082c51
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "itoa" name = "itoa"
version = "0.2.1" version = "0.3.0"
authors = ["David Tolnay <dtolnay@gmail.com>"] authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
description = "Fast functions for printing integer primitives to an io::Write" description = "Fast functions for printing integer primitives to an io::Write"

View File

@ -51,7 +51,7 @@ following in `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
itoa = "0.2" itoa = "0.3"
``` ```
## License ## License