Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Version change : 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Aug 29, 2019
1 parent c4bc3cc commit 417fa1a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safe_auth"
version = "0.1.0"
version = "0.2.0"
description = "SAFE Authenticator CLI"
authors = ["Hunter Lester <guilfordhunter@gmail.com>", "bochaco <gabrielviganotti@gmail.com>", "Josh Wilson <joshuef@gmail.com>"]
homepage = "https://maidsafe.net"
Expand All @@ -16,8 +16,8 @@ rpassword = "3.0.1"
structopt = "0.2.14"
env_logger = "0.6.0"
safe-nd = "~0.3.0"
safe_authenticator = { git = "https://github.com/maidsafe/safe_client_libs", branch = "master" }
safe_core = { git = "https://github.com/maidsafe/safe_client_libs", branch = "master" }
safe_authenticator = "~0.10.0"
safe_core = "~0.33.0"
maidsafe_utilities = "0.18.0"
futures = "0.1.25"
rand = "0.6.5"
Expand Down

0 comments on commit 417fa1a

Please sign in to comment.