From 65e1c2701380a002f426ffe01c4e6169fcc456ab Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Mon, 2 Dec 2019 07:52:21 -0500 Subject: [PATCH] v0.4.4: Add `time_formats` support We had a version of this in v0.4.3, but it broke other features and we yanked the release. --- bigml-parallel/Cargo.toml | 4 ++-- bigml/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bigml-parallel/Cargo.toml b/bigml-parallel/Cargo.toml index fa61e65..517bba2 100644 --- a/bigml-parallel/Cargo.toml +++ b/bigml-parallel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bigml-parallel" -version = "0.4.3" +version = "0.4.4" authors = ["Eric Kidd "] edition = "2018" @@ -14,7 +14,7 @@ documentation = "https://github.com/faradayio/bigml-rs/tree/master/bigml-paralle cli_test_dir = "0.1.5" [dependencies] -bigml = { version = "=0.4.3", path = "../bigml" } +bigml = { version = "=0.4.4", path = "../bigml" } bytes = "0.4.12" common_failures = "0.1.1" # This makes the executable bigger, but it makes --help much nicer. diff --git a/bigml/Cargo.toml b/bigml/Cargo.toml index ac228f2..04e2f77 100644 --- a/bigml/Cargo.toml +++ b/bigml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bigml" -version = "0.4.3" +version = "0.4.4" authors = ["Eric Kidd "] description = "Unofficial BigML client bindings"