tembo-io / pg_later

Execute SQL now and get the results later.
PostgreSQL License
354 stars 10 forks source link

Add Cargo.lock to repository #38

Closed jirutka closed 11 months ago

jirutka commented 11 months ago

Can you please add Cargo.lock to the repository and keep it up to date for releases? It’s needed for reproducible builds, which is especially important for Linux distributions. With no lockfile, cargo fetches the latest version of the dependencies that satisfy the version constraint, so you may get a different binary when it’s built a week later.

ChuckHend commented 11 months ago

@jirutka , thanks for raising the issue! Closing this now, but will re-open if you think #39 did not address the need.