Skip to content

Commit

Permalink
add re-exports from retry-policies crate (#157)
Browse files Browse the repository at this point in the history
fixes #84
  • Loading branch information
cbeck88 authored Jun 1, 2024
1 parent 620b089 commit 3ae02fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reqwest-retry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mod middleware;
mod retryable;
mod retryable_strategy;

pub use retry_policies::{policies, RetryPolicy};
pub use retry_policies::{policies, Jitter, RetryDecision, RetryPolicy};

pub use middleware::RetryTransientMiddleware;
pub use retryable::Retryable;
Expand Down

0 comments on commit 3ae02fc

Please sign in to comment.