Azure / iot-identity-service

Source of the Azure IoT Identity Service and related services.
MIT License
37 stars 45 forks source link

Fix `cargo install` invocations to use `--locked` #575

Closed arsing closed 6 months ago

arsing commented 6 months ago

Cherry-pick from main of 3464feb207cd1c17cc7255d0cb52e8f0ceac943d

bindgen in particular is broken without it, because one of its transitive dependencies bumped its MSRV to be newer than what we use while keeping a semver-compatible version number.

Fixes #573