rustls / rustls-ffi

Use Rustls from any language
Other
124 stars 31 forks source link

Commit Cargo.lock to repository #346

Closed kpcyrd closed 9 months ago

kpcyrd commented 9 months ago

Related to #345

djc commented 9 months ago

I think you'll want to make sure CI jobs use --locked to that the Cargo.lock is actually getting tested.

kpcyrd commented 9 months ago

I've added --locked in multiple places, if Cargo.lock is compatible with Cargo.toml it should be picked up automatically, if it's out-of-sync multiple jobs would now start failing (including make).

cpu commented 9 months ago

@jsha Do you have any reservations about checking in the Cargo.lock for this project?