fixup rust bindings

This commit is contained in:
Alex Garcia 2024-05-10 21:13:18 -07:00
parent a6495e1e9a
commit 38e41c62eb
5 changed files with 36 additions and 14 deletions

View file

@ -133,8 +133,8 @@ jobs:
with:
toolchain: stable
- run: make sqlite-vec.h
- run: cp sqlite-vec.c bindings/rust
- run: cp sqlite-vec.h bindings/rust
- run: make deps
working-directory: ./bindings/rust
- run: cargo publish --no-verify
working-directory: ./bindings/rust
env: