From 947690a1e285065a97480fb48b474d9adc164109 Mon Sep 17 00:00:00 2001 From: Kornel <kornel@geekhood.net> Date: Sun, 17 Dec 2017 15:10:11 +0000 Subject: [PATCH] Bump --- Cargo.toml | 4 ++-- src/lib.rs | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b6fa4b9..1f156f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,11 @@ license = "MIT" documentation = "https://pornel.github.io/rust-lcms2/lcms2/" repository = "https://github.com/pornel/rust-lcms2.git" categories = ["multimedia::images", "api-bindings"] -version = "5.0.0" +version = "5.0.1" [dependencies] foreign-types = "0.3.0" -lcms2-sys = "2.4.4" +lcms2-sys = "2.4.7" [features] static = ["lcms2-sys/static"] diff --git a/src/lib.rs b/src/lib.rs index 860846a..2073ae1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,6 +2,8 @@ //! //! The main types you need to use in this crate are `Profile` and `Transform` #![allow(dead_code)] +#![doc(html_logo_url = "https://pornel.github.io/rust-lcms2/lcms_logo.png")] +#![doc(html_root_url = "https://pornel.github.io/rust-lcms2")] extern crate lcms2_sys as ffi; -- GitLab