From 87903ce905b7bb787dfa1f90c33d713ca8c69004 Mon Sep 17 00:00:00 2001 From: vodofrede Date: Sun, 24 Oct 2021 14:37:34 +0200 Subject: [PATCH] ... --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f9d528..972b3f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "eyes" -version = "1.0.0" +version = "1.0.1" diff --git a/Cargo.toml b/Cargo.toml index da48f09..83a85b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eyes" -version = "1.0.0" +version = "1.0.1" edition = "2018" description = "A simpler way to parse using human-readable templates" license="BSD-3-Clause"