From 912e8fed8012472084821e1bb4cbc9eb325b3c51 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Tue, 5 Sep 2017 10:04:49 -0700 Subject: [PATCH] Bump to 0.7.3. This release corrects an issue with Wavefront padding. In particular we did not correctly disable padding in all cases. We now do. Signed-off-by: Brian L. Troutwine --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fdf1cae..95729611 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.7.2" +version = "0.7.3" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5b9568c2..c6509663 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "cernan" readme = "README.md" repository = "https://github.com/postmates/cernan" -version = "0.7.2" +version = "0.7.3" [[bin]] name = "cernan"