From cb2d8977c2710b441f9baa0d9e9b7c2cfe3c807a Mon Sep 17 00:00:00 2001 From: dylni <46035563+dylni@users.noreply.github.com> Date: Sun, 27 Jun 2021 15:28:47 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 543f437..0f3710f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quit" -version = "1.1.3" +version = "1.1.4" authors = ["dylni"] edition = "2018" exclude = [".*", "/rustfmt.toml", "/tests"] @@ -20,7 +20,7 @@ rustdoc-args = [ ] [dependencies] -quit_macros = { version = "=1.1.3", path = "macros" } +quit_macros = { version = "=1.1.4", path = "macros" } [dev-dependencies] lazy_static = "1.4" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ab071aa..98ecd77 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quit_macros" -version = "1.1.3" +version = "1.1.4" authors = ["dylni"] edition = "2018" exclude = [".*", "/rustfmt.toml", "/tests"]