Skip to content

Commit

Permalink
Bump retry-if-macro version in retry-if
Browse files Browse the repository at this point in the history
  • Loading branch information
brendano257 committed Jul 16, 2024
1 parent 529d5a7 commit c85e939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["asynchronous", "concurrency", "web-programming"]
exclude = [".idea", ".gitignore", ".github"]

[dependencies]
retry-if-macro = { version = "0.2.1", path = "retry-if-macro", default-features = false }
retry-if-macro = { version = "0.2.2", path = "retry-if-macro", default-features = false }
tokio = { version = "1.38.0", features = ["full"] }

[dev-dependencies]
Expand Down

0 comments on commit c85e939

Please sign in to comment.