slfan1989 opened a new issue, #1996: URL: https://github.com/apache/auron/issues/1996
## Summary Upgrade the Cargo workspace configuration to use resolver version 2 for better dependency resolution. ## Changes - Add `resolver = "2"` to the workspace configuration in `Cargo.toml` ## Benefits - Resolver 2 is the default resolver for Rust 2021 edition - Provides improved dependency version resolution strategy - Avoids known issues with the legacy resolver - Recommended best practice for workspace projects ## Impact - No breaking changes expected - Dependencies will be resolved using the newer, more robust algorithm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
