-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We had a version of this in v0.4.3, but it broke other features and we yanked the release.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|