From 8e36f91a3d897dc251bd167b9ada7b7f0f67ed8f Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Tue, 4 Mar 2025 15:26:36 -0600 Subject: Update CI config (#124) * Fix axum test * Add comments explaining CI strategy * Bump deps and increase MSRV to 1.63 * Pin `csv` to an older version for MSRV * Keep serde_with as 2.0 for MSRV too --- examples/introduction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/introduction.rs') diff --git a/examples/introduction.rs b/examples/introduction.rs index 10e7a8b..bf4c508 100644 --- a/examples/introduction.rs +++ b/examples/introduction.rs @@ -101,7 +101,7 @@ fn main() { "user_ids[3]=4", ]; - let mut rng = rand::thread_rng(); + let mut rng = rand::rng(); for _ in 0..10 { let mut acc = String::new(); inputs.shuffle(&mut rng); -- cgit v1.2.3