fix compile

This commit is contained in:
Ruben Fiszel
2025-01-27 22:10:46 +01:00
parent bf23ddd0a5
commit 38199a2e7e
@@ -290,7 +290,7 @@ pub async fn create_postgres_trigger(
.map(|_| {
charset
.chars()
.nth(rng.gen_range(0..charset.len()))
.nth(rng.random_range(0..charset.len()))
.unwrap()
})
.collect::<String>();