From 5cc40e2e7bb62bae534815efaf5fa11787ef09cf Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Tue, 9 Apr 2019 00:14:16 -0400 Subject: [PATCH] solution: v0.25.5 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 656be4c..4a21de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "emerald-vault" -version = "0.25.3" +version = "0.25.5" authors = ["Constantine Kryvomaz "] description = "Console utility for secure account management" -homepage = "http://etcdevteam.com" +homepage = "https://emeraldwallet.io" repository = "https://github.com/ETCDEVTeam/emerald-vault" documentation = "https://docs.rs/emerald-vault" keywords = ["ethereum-classic", "blockchain", "crypto-wallet", "cold-storage", "cli"] @@ -27,7 +27,7 @@ hex = "0.2" lazy_static = "0.2" serde_json = "1.0" serde_derive = "1.0" -emerald-rs = "0.25.4" +emerald-rs = "0.25.5" regex = "0.2" hyper = "0.12" reqwest = "0.9"