No need to specify versions for local dependencies

This commit is contained in:
2025-06-25 20:09:01 +10:00
parent 7ec60f0e6e
commit a81271c0a8
5 changed files with 16 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ repository.workspace = true
[dependencies]
bstr = "1.12.0"
luaffi_impl = { version = "0.1.0", path = "../luaffi_impl" }
luaify = { version = "0.1.0", path = "../luaify" }
luaffi_impl = { path = "../luaffi_impl" }
luaify = { path = "../luaify" }
rustc-hash = "2.1.1"
simdutf8 = "0.1.5"