Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 8, 2024
1 parent 6b9e2b8 commit 93022c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/animations/spinner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ use std::sync::{Arc, Mutex};
use std::thread;
use std::time::Duration;

use crossterm::{cursor, execute, terminal};
use crate::helper::iterators;
use crossterm::style::Print;
use crossterm::{cursor, execute, terminal};
use rand::Rng;
use crate::helper::iterators;

use crate::spinner::Frames;

Expand Down
1 change: 0 additions & 1 deletion src/helper/iterators.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/// iterates over a collection of vectors in a balanced manner based on indices
///
/// it allows users to retrieve values from each vector at specified index positions
Expand Down

0 comments on commit 93022c0

Please sign in to comment.