-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure when added as a dependency #67
Comments
Ouch, sorry about that, and thanks for the report! I have just released version 0.2.2 which restricts Let me know if that works for you |
I have a small idea. Maybe we can use Let me prepare a pull request. You may see whether this approach is suitable. :) |
Since
protobuf
has removedMessageStatic
in version1.6.0
, includingrusty_secrets
as a dependency inCargo.toml
now leads to build failure.To reproduce this, create a new Rust project with
cargo new
, add the dependencyrusty_secrets = "0.2.1"
and build this project withcargo build
.This happens even though
protobuf
version is pinned to1.5.1
in theCargo.lock
file.The text was updated successfully, but these errors were encountered: