From d91fc890cd03f52a5be72d0f706b9a9a1fe2f383 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Sun, 2 Dec 2018 00:14:43 -0500 Subject: [PATCH] 2.1.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd632b67..48ae1e76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "oxipng" -version = "2.1.7" +version = "2.1.8" dependencies = [ "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 795563eb..1c3528ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" -version = "2.1.7" +version = "2.1.8" [badges] travis-ci = { repository = "shssoichiro/oxipng", branch = "master" }