Skip to content

Conversation

@andrewwhitehead
Copy link
Contributor

@andrewwhitehead andrewwhitehead commented Nov 7, 2025

Also cleans up some warnings and unused code, and adjusts the Rust version used in CI.

Fixes #365

Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
};

use crate::utils::{fixtures, VerifierWallet};
use crate::utils::{VerifierWallet, fixtures};
Copy link
Contributor

Choose a reason for hiding this comment

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

Question -- do changes like this where the parameters are resorted mean that the wrappers have to change their calls? Or are such changes only on imports. This example seems to be an import, but I thought I saw others that that were calls with ordering changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This one is just rustfmt requiring a specific alphanumeric ordering to the imports. Any changes to calls should just be wrapping the lines differently.

@andrewwhitehead andrewwhitehead merged commit 1178212 into anoncreds:main Nov 12, 2025
25 checks passed
@andrewwhitehead andrewwhitehead deleted the edition-2024 branch November 12, 2025 20:20
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.

Issue with Python Audit wheel

2 participants