rust version update#135
rust version update#135fprezado wants to merge 1 commit intoeclipse-ibeji:mainfrom fprezado:fprezado/rust-version-update
Conversation
There was a problem hiding this comment.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
.cargo/config.toml:2
- Removal of rustflags might affect static linking on aarch64. Confirm that this change is intentional and update the configuration if necessary.
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]
samples/streaming/consumer/src/main.rs:9
- Verify that the updated import for ImageReader is correct with the new version of the image crate, ensuring compatibility with the rest of the code.
use image::{DynamicImage, ImageReader};
|
closing pull request as although cargo build and cargo test built and tested successfully, cargo clippy identified additional issues: error: doc list item overindented error: call to error: call to |
rust version update to latest. compiled and tested on aarch64