From 07b3ad078a868729883354e5be0b34efc093152d Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 16 Jun 2020 18:06:30 -0400 Subject: ... --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67f4716..dbe9b6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "growth-ring" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "crc", diff --git a/Cargo.toml b/Cargo.toml index 2c7f57e..a30512d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "growth-ring" -version = "0.1.0" +version = "0.1.1" authors = ["Determinant "] edition = "2018" homepage = "https://github.com/Determinant/growth-ring" -- cgit v1.2.3