From 15c1ed4189ab85426389b84f57445aeaa91e9e92 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Tue, 12 May 2020 08:41:27 -0700 Subject: [PATCH] Bump to version 0.5.1 Bug Fix - Fixed bug where quick resize wasn't working since 0.5.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14300f9..e1a289e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "grout" -version = "0.5.0" +version = "0.5.1" dependencies = [ "config", "crossbeam-channel", @@ -361,9 +361,9 @@ checksum = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3" [[package]] name = "syn" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8e5aa70697bb26ee62214ae3288465ecec0000f05182f039b477001f08f5ae7" +checksum = "dd1b5e337360b1fae433c59fcafa0c6b77c605e92540afa5221a7b81a9eca91d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 51f6af5..f575b5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grout" -version = "0.5.0" +version = "0.5.1" authors = ["tarkah "] edition = "2018"