feat: Exponential backoff

This commit is contained in:
Elijah McMorris 2024-09-19 01:51:13 -07:00
parent 200d5a0377
commit 091bb50a7e
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
8 changed files with 24 additions and 15 deletions

View file

@ -20,3 +20,10 @@ precommit:
cargo fmt
cargo t
cargo clippy --fix --allow-dirty
check:
rustup update
cargo update
nix flake update
nix flake check
cargo clippy --fix --allow-dirty