Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awidegreen committed Jan 6, 2021
1 parent 6206a25 commit 1b2e7be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 55 deletions.
54 changes: 5 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vmail-rs"
version = "0.3.0"
version = "0.3.1"
authors = [ "Armin Widegreen <vmail@widegreen.net>"]
license = "ISC"
documentation = "https://github.com/awidegreen/vmail-rs"
Expand All @@ -23,10 +23,9 @@ mysql = ["vmail-lib/mysql"]
dotenv = "0.15.0"
clap = "2.33.*"
rpassword = "5.*"
vmail-lib = { path = "vmail-lib" }
failure = "0.1.2"
failure_derive = "0.1.2"
rand = "0.5.5"
vmail-lib = { path = "vmail-lib", version = "0.2" }
failure = "0.1"
failure_derive = "0.1"
sha-crypt = { version = "0.1.0", features = ["include_simple"] }

[workspace]
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Expand Up @@ -5,7 +5,6 @@ extern crate vmail_lib;
#[macro_use]
extern crate failure;
extern crate dotenv;
extern crate rand;
extern crate sha_crypt;

use std::io;
Expand Down

0 comments on commit 1b2e7be

Please sign in to comment.