From 5e5a59d96066f988e8620f6253b09c30ee7c4026 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Fri, 15 Aug 2025 13:00:32 -0300 Subject: [PATCH] fix: resolve rand crate dependency and fix reserved keyword usage in tests Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index faccb4c..030ef60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,4 +53,5 @@ which = "8.0.0" [dev-dependencies] tempfile = "3.3.0" +rand = "0.8.5"