Switch CI to using stable instead of nightly toolchain
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ impl<CS: CipherSuite> RegistrationResponse<CS> {
|
||||
&checked_slice[elem_len..],
|
||||
)?)?;
|
||||
|
||||
Ok(Self { server_s_pk, beta })
|
||||
Ok(Self { beta, server_s_pk })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user