From ae14358eb265920ff8a5fe4aff5648c31c08afe6 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 3 Sep 2019 15:23:38 +0200 Subject: [PATCH] Forgot to bump version --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c364815..485f501 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -26,4 +26,4 @@ indicatif = "0.11.0" piston_window = "0.85.0" rand = "0.6.4" structopt = "0.3.0" -texture-synthesis = { version = "0.2.0", path = "../lib" } +texture-synthesis = { version = "0.2.1", path = "../lib" }