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

Update prost and fix many things #737

Merged
merged 10 commits into from
Oct 2, 2024
Merged

Conversation

daviddrysdale
Copy link
Collaborator

No description provided.

Mostly shifting from <Enum>::from_i32() to <Enum>::try_from()
With `export PROTOC=/usr/bin/protoc; cargo build`
With `export PROTOC=/usr/bin/protoc; cargo build

The current version of `tonic-build` needs 2021 edition (because it
assumes `TryInto` is in the prelude) so move to that for this
crate.

Mark the top-level workspace as still using resolver = 1.
@@ -23,8 +23,10 @@ ignore = [
"RUSTSEC-2022-0071",
# ansi_term is Unmaintained (via structopt(0.3.26)).
"RUSTSEC-2021-0139",
# proc-macro-error is Unmaintained (via structopt-derive(0.4.18)
# proc-macro-error is Unmaintained (via structopt-derive(0.4.18)).
Copy link
Collaborator

Choose a reason for hiding this comment

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

it might be worth considering clap instead of structopt if it brings in unmaintained crates.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Raised #738

@daviddrysdale daviddrysdale merged commit d38092c into project-oak:main Oct 2, 2024
20 checks passed
@daviddrysdale daviddrysdale deleted the bump branch October 2, 2024 15:44
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.

2 participants