Version 0.2.0

This commit is contained in:
Alexis Mousset
2015-10-06 18:42:35 +02:00
parent 5bedba4b24
commit a1bf0170db
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "smtp" name = "smtp"
version = "0.1.2" version = "0.2.0"
description = "Simple SMTP client" description = "Simple SMTP client"
readme = "README.md" readme = "README.md"
documentation = "http://amousset.me/rust-smtp/smtp/" documentation = "http://amousset.me/rust-smtp/smtp/"

View File

@@ -11,7 +11,7 @@ To use this library, add the following to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
smtp = "0.1" smtp = "0.2"
``` ```
License License