From c28a7236ce36fb6807458674f6cc64b8230688d3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:55:20 +0000 Subject: [PATCH] Update from copier (2026-06-21T08:55:20) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .gitignore | 4 ++-- Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 4d7ebf9..ff9291f 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 19e0124 +_commit: 99606c7 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rust diff --git a/.gitignore b/.gitignore index df0045e..d111a98 100644 --- a/.gitignore +++ b/.gitignore @@ -147,8 +147,8 @@ emsdk .DS_Store # Hydra -outputs/ -multirun/ +/outputs/ +/multirun/ # AI ROADMAP.md diff --git a/Cargo.lock b/Cargo.lock index 3a4b0bb..cdea7e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,9 +132,9 @@ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" [[package]] name = "syn" -version = "2.0.117" +version = "2.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" dependencies = [ "proc-macro2", "quote",