Skip to content

Commit

Permalink
cargo: Fix metadata and release version 0.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Kristofer Rye <[email protected]>
  • Loading branch information
rye committed Apr 21, 2020
1 parent a346245 commit caa6acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "eb"
description = "A command executor exercising exponential backoff"
edition = "2018"
version = "0.3.3"
version = "0.3.5"
authors = ["Kristofer Rye <[email protected]>"]
license = "GPL-3.0-only"

Expand All @@ -12,8 +12,8 @@ keywords = ["cli", "exponential", "backoff", "tool"]
categories = ["command-line-utilities"]

[badges]
is-it-maintained-issue-resolution = { repository = "https://github.com/rye/eb" }
is-it-maintained-open-issues = { repository = "https://github.com/rye/eb" }
is-it-maintained-issue-resolution = { repository = "rye/eb" }
is-it-maintained-open-issues = { repository = "rye/eb" }
maintenance = { status = "actively-developed" }

[features]
Expand Down

0 comments on commit caa6acf

Please sign in to comment.