build(deps): pin internal path dependency versions
Docs Deploy / Build and Deploy MkDocs (push) Successful in 34s
Test / Lint (push) Failing after 2m23s
Test / Test (push) Skipped
Test / Render parity (push) Skipped

This commit is contained in:
2026-07-18 05:40:24 +04:00
parent 41a2746804
commit ba5992cc56
27 changed files with 100 additions and 100 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ repository.workspace = true
[dependencies]
encoding_rs = "0.8"
fparkan-nres = { path = "../fparkan-nres" }
fparkan-nres = { path = "../fparkan-nres", version = "0.1.0" }
[dev-dependencies]
fparkan-animation = { path = "../fparkan-animation" }
fparkan-animation = { path = "../fparkan-animation", version = "0.1.0" }
[lints]
workspace = true