-
Notifications
You must be signed in to change notification settings - Fork 146
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
rust toolchain version update #482
Conversation
Signed-off-by: Roaa Sakr <romoh@microsoft.com>
Signed-off-by: Roaa Sakr <romoh@microsoft.com>
Signed-off-by: Roaa Sakr <romoh@microsoft.com>
Signed-off-by: Roaa Sakr <romoh@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pushing this up! Just a couple more spots we need the version increased: cargo.tomls and the badge in the base readme. After this merges, we need to also update the docs to point to htis latest version too: project-akri/akri-docs#22
discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml
Outdated
Show resolved
Hide resolved
Signed-off-by: Roaa Sakr <romoh@microsoft.com>
Looks like the tarpaulin version may need to be increased or parameterized to use the correct rust version: https://github.com/xd009642/tarpaulin |
Signed-off-by: Roaa Sakr <romoh@microsoft.com>
For now updated the version and will see if that helps. I'll poke around more. |
What this PR does / why we need it:
Updates the toolchain version. This is required to ingest new updated dependencies that requires a more recent version of rustc.