Bump version for repository move
This commit is contained in:
parent
3fbf52ef54
commit
8299a6be9d
3 changed files with 13 additions and 13 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
|
||||
name = "imap"
|
||||
version = "0.9.3"
|
||||
version = "0.9.4"
|
||||
authors = ["Matt McCoy <mattnenterprise@yahoo.com>",
|
||||
"Jon Gjengset <jon@thesquareplanet.com>"]
|
||||
documentation = "https://docs.rs/imap/"
|
||||
repository = "https://github.com/mattnenterprise/rust-imap"
|
||||
homepage = "https://github.com/mattnenterprise/rust-imap"
|
||||
repository = "https://github.com/jonhoo/rust-imap"
|
||||
homepage = "https://github.com/jonhoo/rust-imap"
|
||||
description = "IMAP client for Rust"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0/MIT"
|
||||
|
|
@ -15,10 +15,10 @@ keywords = ["email", "imap"]
|
|||
categories = ["email", "network-programming"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "mattnenterprise/rust-imap" }
|
||||
appveyor = { repository = "mattnenterprise/rust-imap", branch = "master", service = "github" }
|
||||
coveralls = { repository = "mattnenterprise/rust-imap", branch = "master", service = "github" }
|
||||
maintenance = { status = "passively-maintained" }
|
||||
travis-ci = { repository = "jonhoo/rust-imap" }
|
||||
appveyor = { repository = "jonhoo/rust-imap", branch = "master", service = "github" }
|
||||
codecov = { repository = "jonhoo/rust-imap", branch = "master", service = "github" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[lib]
|
||||
name = "imap"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
[](https://crates.io/crates/imap)
|
||||
[](https://docs.rs/imap/)
|
||||
[](https://crates.io/crates/imap)
|
||||
[](https://travis-ci.org/mattnenterprise/rust-imap)
|
||||
[](https://ci.appveyor.com/api/projects/status/github/mattnenterprise/rust-imap)
|
||||
[](https://coveralls.io/github/mattnenterprise/rust-imap?branch=master)
|
||||
[](https://travis-ci.org/jonhoo/rust-imap)
|
||||
[](https://ci.appveyor.com/api/projects/status/github/jonhoo/rust-imap)
|
||||
[](https://codecov.io/gh/jonhoo/rust-imap)
|
||||
|
||||
This crate lets you connect to and interact with servers that implement the IMAP protocol ([RFC
|
||||
3501](https://tools.ietf.org/html/rfc3501) and various extensions). After authenticating with
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
[](https://crates.io/crates/imap)
|
||||
[](https://docs.rs/imap/)
|
||||
[](https://crates.io/crates/imap)
|
||||
[](https://travis-ci.org/mattnenterprise/rust-imap)
|
||||
[](https://ci.appveyor.com/api/projects/status/github/mattnenterprise/rust-imap)
|
||||
[](https://coveralls.io/github/mattnenterprise/rust-imap?branch=master)
|
||||
[](https://travis-ci.org/jonhoo/rust-imap)
|
||||
[](https://ci.appveyor.com/api/projects/status/github/jonhoo/rust-imap)
|
||||
[](https://codecov.io/gh/jonhoo/rust-imap)
|
||||
|
||||
{{readme}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue