Finish tasks to bring calculation capabilities in line with last interval. #9

Merged
Cutieguwu merged 19 commits from gamelog into main 2025-04-06 12:20:32 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 235657835d - Show all commits

View File

@@ -6,6 +6,6 @@
version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
directories: ["/*"] # Location of package manifests
schedule:
interval: "daily"

View File

@@ -22,4 +22,4 @@ features = [
]
[dependencies.gamelog]
path = "./gamelog"
path = "../gamelog"