Merge branch 'gamelog' of https://github.com/Cutieguwu/miller into gamelog

This commit is contained in:
Cutieguwu
2025-03-30 22:21:19 -04:00
2 changed files with 2 additions and 2 deletions

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"