-
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.
There was a bug in `--retry-on` that prevented it from retrying.
- Loading branch information
Showing
4 changed files
with
17 additions
and
6 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.6.4" | ||
version = "0.6.5" | ||
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.6.4", path = "../bigml" } | ||
bigml = { version = "=0.6.5", path = "../bigml" } | ||
bytes = "0.5.3" | ||
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.6.4" | ||
version = "0.6.5" | ||
authors = ["Eric Kidd <[email protected]>"] | ||
|
||
description = "Unofficial BigML client bindings" | ||
|