Skip to content
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

Since we explicitly depend on 0.12.3 due to use of non-deprecated method sigs, require it explicitly #120

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

bleggett
Copy link
Collaborator

@bleggett bleggett commented Oct 8, 2024

As a side effect of #115, updated tonic/tonic-build to 0.12.3 to fix a lint fail around deprecated method signatures (compile_with_config to compile_protos_with_config)

However I did not forcibly require at-least 0.12.3 in the Cargo.toml, which is not ideal.

…hod sigs, require it explicitly

Signed-off-by: Benjamin Leggett <[email protected]>
@bleggett bleggett requested a review from maxlambrecht October 8, 2024 16:43
Copy link
Contributor

@howardjohn howardjohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might be needed in spire-api/Cargo.toml as well. Or it seems to work actually, probably due to depending on spiffe, but might be a good idea

Signed-off-by: Benjamin Leggett <[email protected]>
@bleggett
Copy link
Collaborator Author

bleggett commented Oct 8, 2024

I think it might be needed in spire-api/Cargo.toml as well. Or it seems to work actually, probably due to depending on spiffe, but might be a good idea

yep, you're right, missed.

@maxlambrecht maxlambrecht merged commit 769ebf3 into maxlambrecht:main Oct 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants