From 683ee517b02ade8c8f83c230771431436f81ffe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesi=C5=84ski?= <kornel@geekhood.net> Date: Wed, 10 Jul 2019 18:19:33 +0100 Subject: [PATCH] Bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2fcd31..2fe3994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,12 +10,12 @@ homepage = "https://crates.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.3" +version = "5.1.4" edition = "2018" [dependencies] foreign-types = "0.4.0" -lcms2-sys = "3.1.0" +lcms2-sys = "3.1.1" [features] static = ["lcms2-sys/static"] -- GitLab