You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/authenticator-requests/src/version.rs
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ pub enum AuthenticatorVersion {
22
22
/// introduced in dorina-patched release (1.6.1)
23
23
V5,
24
24
25
-
/// introduced in yet to be named release, currently aiming for Leerdammer (1.22.0)
25
+
/// introduced in mozzarella release (1.22.0)
26
26
V6,
27
27
28
28
/// an unknown, future, variant that can be present if running outdated software
@@ -32,9 +32,6 @@ pub enum AuthenticatorVersion {
32
32
implAuthenticatorVersion{
33
33
pubconstLATEST:Self = Self::V6;
34
34
35
-
#[deprecated(
36
-
note = "the final version of V6 won't be known until appropriate release is scheduled. after that happens From<semver::Version> trait will have to be adjusted"
0 commit comments