From dbbccd777d23b56a58970ddb768e3b96229f6224 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Sat, 24 Jan 2026 23:36:24 -0500 Subject: [PATCH 1/2] chore: ignore .worktrees directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4ed6372c..5c02edb0 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ Cargo.lock .idea/workspace.xml .idea/vcs.xml justfile +# Git worktrees +.worktrees/ From 1ceea145d64ccbdfe4c7325b52b6f4ad5cd5cb17 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Fri, 30 Jan 2026 08:41:28 -0500 Subject: [PATCH 2/2] chore: bump rerun to 0.29 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad7223f4..4e368d16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rand = "0.9.1" nalgebra = "0.34.0" rand_distr = "0.5.1" rand_chacha = "0.9.0" -rerun = "0.28.2" +rerun = "0.29" thiserror = "2.0.12" serde = { version = "1.0.219", features = ["derive"] } serde_yaml = "0.9.34"