diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 13e9115..c72b4e8 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 9232d1f +_commit: 9a153d8 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rust diff --git a/.gitignore b/.gitignore index b356da0..a24ff71 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,4 @@ multirun/ ROADMAP.md AGENTS.md .github/hooks/sdlc.json +.superpowers diff --git a/Cargo.lock b/Cargo.lock index 6d843d9..604a0f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.184" +version = "0.2.185" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" +checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" [[package]] name = "once_cell"