diff --git a/savvy/Cargo.toml b/savvy/Cargo.toml index 5c75f0b4..b872046c 100644 --- a/savvy/Cargo.toml +++ b/savvy/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace = true readme = "README.md" [dependencies] -savvy-ffi = { verion = "*", path = "../savvy-ffi" } +savvy-ffi = { version = "0", path = "../savvy-ffi" } once_cell = "1" savvy-macro = { version = "0", path = "../savvy-macro" }