From 44b920dba0e9d17dd3fd070862da49318ff5ca7c Mon Sep 17 00:00:00 2001 From: Nils Date: Thu, 20 Aug 2020 14:30:59 +0100 Subject: [PATCH] 0.5.1 Fix unit tests so that networked tests are ignored by default. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4736ee0..7731012 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "mozwire" -version = "0.5.0" +version = "0.5.1" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index e24795d..98f91c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Nils "] license = "GPL-3.0-or-later" repository = "https://github.com/NilsIrl/MozWire/" readme = "README.md" -version = "0.5.0" +version = "0.5.1" edition = "2018" [profile.release]