Skip to content

Commit 17e44c5

Browse files
Update from copier (2026-03-20T00:25:21)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 832f977 commit 17e44c5

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 3160d4c
2+
_commit: 9be318c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: rust

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,8 @@ target
145145
# Hydra
146146
outputs/
147147
multirun/
148+
149+
# AI
150+
ROADMAP.md
151+
AGENTS.md
152+
.github/hooks/sdlc.json

rust/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ authors = ["the temporal-cache authors <dev@1kbgz.com>"]
55
edition = "2021"
66
license = "Apache-2.0"
77
readme = "../README.md"
8+
<<<<<<< before updating
89
repository = "https://github.com/1kbgz/temporal-cache"
910
description = ""
11+
=======
12+
repository = "https://github.com/1kbgz/temporal cache"
13+
description = "Time based function caching"
14+
>>>>>>> after updating
1015

1116
[lib]
1217
name = "temporalcache"

0 commit comments

Comments
 (0)