memorysafety / river

This repository is the home of the River reverse proxy application, based on the pingora library from Cloudflare.
https://www.memorysafety.org/initiative/reverse-proxy/
Apache License 2.0
1.72k stars 101 forks source link

Include lockfile in releases #60

Closed Erk- closed 2 months ago

Erk- commented 2 months ago

Since the lockfile is not tracked in the repo I think it would make sense to at least track it in the source.tar.gz file that is being released. Although this might need support from cargo-dist.

I would like this since I am looking to packing it up for FreeBSD via ports and there a lock file is wanted.

jamesmunns commented 2 months ago

I'll make sure we include a lockfile for the next release, not including it for a binary crate is an oversight, and I'll correct that!