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` #574

Closed arsing closed 6 months ago

arsing commented 6 months ago

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