From 2fcabc481bd2fb8dd454bf223d1334d419570a11 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 5 Apr 2020 00:47:24 -0400 Subject: [PATCH] cargo: bump to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afa7856..a1dc468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mintmark" -version = "0.1.0" +version = "0.2.0" dependencies = [ "barcoders 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 24c6605..02a5e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mintmark" -version = "0.1.0" +version = "0.2.0" authors = ["Benjamin Gilbert "] edition = "2018" license = "Apache-2.0"