diff --git a/Cargo.toml b/Cargo.toml index 2fe399488f28a9315ac44ef925c9fe095aa0c69d..28ee403cc5fecfe5aae5bd25f9fb2c69112bee20 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"]