Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Dec 17, 2023
1 parent cdb9113 commit d736828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savvy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit d736828

Please sign in to comment.