From 924220bcd2644870665337482c7b9ac4f3440d32 Mon Sep 17 00:00:00 2001 From: nanocryk <nanocryk@ifee.fr> Date: Tue, 20 Feb 2018 11:13:37 +0100 Subject: [PATCH] fix warnings while running tests, cargo.lock is updated with new numver --- Cargo.lock | 2 +- keys/ed25519.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2822d077..c87308c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "duniter-keys" -version = "0.2.0" +version = "0.3.0" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/keys/ed25519.rs b/keys/ed25519.rs index ad8b5c53..72cc61fb 100644 --- a/keys/ed25519.rs +++ b/keys/ed25519.rs @@ -312,7 +312,7 @@ impl KeyPairFromSaltedPasswordGenerator { #[cfg(test)] mod tests { use super::*; - use {KeyPair, PrivateKey, PublicKey, Signature}; + use {KeyPair, Signature}; #[test] fn base58_private_key() { -- GitLab