mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-31 09:18:29 +00:00
chore: update dependency rand to 0.9
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ impl OrderTag {
|
||||
/// let tag_2 = stream.order(2);
|
||||
/// ```
|
||||
pub fn stream() -> OrderTagStream {
|
||||
OrderTagStream(thread_rng().gen())
|
||||
OrderTagStream(rand::rng().random())
|
||||
}
|
||||
}
|
||||
impl OrderTagStream {
|
||||
|
||||
Reference in New Issue
Block a user