Skip to content

Commit caa6acf

Browse files
committed
cargo: Fix metadata and release version 0.3.5
Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
1 parent a346245 commit caa6acf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "eb"
33
description = "A command executor exercising exponential backoff"
44
edition = "2018"
5-
version = "0.3.3"
5+
version = "0.3.5"
66
authors = ["Kristofer Rye <kristofer.rye@gmail.com>"]
77
license = "GPL-3.0-only"
88

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

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

1919
[features]

0 commit comments

Comments
 (0)