Skip to content

Commit

Permalink
v0.4.4: Add time_formats support
Browse files Browse the repository at this point in the history
We had a version of this in v0.4.3, but it broke other features and we
yanked the release.
  • Loading branch information
emk committed Dec 2, 2019
1 parent 50599ee commit 65e1c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bigml-parallel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bigml-parallel"
version = "0.4.3"
version = "0.4.4"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bigml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bigml"
version = "0.4.3"
version = "0.4.4"
authors = ["Eric Kidd <[email protected]>"]

description = "Unofficial BigML client bindings"
Expand Down

0 comments on commit 65e1c27

Please sign in to comment.