From 20b25804793bd9c3a7f536e3f91d7139f954ffb4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kornel=20Lesin=CC=81ski?= <kornel@geekhood.net>
Date: Tue, 22 Oct 2019 12:58:17 +0100
Subject: [PATCH] Bump

---
 Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 2fe3994..28ee403 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,16 +6,16 @@ keywords = ["icc", "profile", "color", "lcms"]
 include = ["src/**/*", "Cargo.toml", "README.md"]
 readme = "README.md"
 license = "MIT"
-homepage = "https://crates.rs/crates/lcms2"
+homepage = "https://lib.rs/crates/lcms2"
 documentation = "https://kornelski.github.io/rust-lcms2/lcms2/"
 repository = "https://github.com/kornelski/rust-lcms2.git"
 categories = ["multimedia::images", "api-bindings"]
-version = "5.1.4"
+version = "5.1.5"
 edition = "2018"
 
 [dependencies]
 foreign-types = "0.4.0"
-lcms2-sys = "3.1.1"
+lcms2-sys = "3.1.2"
 
 [features]
 static = ["lcms2-sys/static"]
-- 
GitLab