Skip to content

Commit

Permalink
v0.2.9: Fix falconeri job retry
Browse files Browse the repository at this point in the history
This subcommand was broken in 0.2.8.
  • Loading branch information
emk committed Jun 17, 2019
1 parent cc99f09 commit f6412b8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion falconeri-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconeri-worker"
version = "0.2.8"
version = "0.2.9"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion falconeri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Eric Kidd <[email protected]>"]
name = "falconeri"
version = "0.2.8"
version = "0.2.9"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion falconeri_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconeri_common"
version = "0.2.8"
version = "0.2.9"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion falconerid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconerid"
version = "0.2.8"
version = "0.2.9"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit f6412b8

Please sign in to comment.