huskies: merge 1043

This commit is contained in:
dave
2026-05-14 14:25:20 +00:00
parent 5a3f94cae1
commit 3d741acefb
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use bft_json_crdt::{
};
use rand::{
seq::{IndexedRandom, SliceRandom},
Rng,
Rng, RngExt,
};
fn random_op<T: CrdtNode>(arr: &[Op<T>], rng: &mut impl Rng) -> OpId {