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

Minor changes for kani release #380

Closed
wants to merge 3 commits into from

Conversation

Firstyear
Copy link
Member

No description provided.

yaleman
yaleman previously approved these changes Oct 31, 2023
@Firstyear
Copy link
Member Author

@micolous We're gonna need to do something to get away from the git rev versions here so we can do releases in future I think.

yaleman
yaleman previously approved these changes Nov 1, 2023
@Firstyear
Copy link
Member Author

I'd like @micolous input before I proceed on this :)

Copy link
Collaborator

@micolous micolous left a comment

Choose a reason for hiding this comment

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

Actually, this breaks on CI

@@ -13,7 +13,7 @@ use std::time::Duration;
use tokio_stream::StreamExt;
#[cfg(feature = "solokey")]
use webauthn_authenticator_rs::ctap2::SoloKeyAuthenticator;
use webauthn_authenticator_rs::prelude::WebauthnCError;
// use webauthn_authenticator_rs::prelude::WebauthnCError;
Copy link
Collaborator

@micolous micolous Nov 14, 2023

Choose a reason for hiding this comment

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

This should be gated on #[cfg(feature = "solokey")] to fix the warning and not break when that feature is enabled.

Copy link
Member Author

Choose a reason for hiding this comment

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

K

@Firstyear
Copy link
Member Author

@micolous We had a bunch of issues generally, because we can't use git versions of things on crates.io, which meant btleplug was problematic. So we probably generally have a bunch of cleanup to get to a releasable state, which I want to do "sooner than later"

@Firstyear
Copy link
Member Author

I dunno what I just did, but I think I cooked this PR 🤣

I think I close it in favour of another attempt

@Firstyear Firstyear closed this Nov 14, 2023
@Firstyear Firstyear deleted the 20231031-kani-release branch November 14, 2023 06:19
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.

3 participants