Switch CI to using stable instead of nightly toolchain

This commit is contained in:
Kevin Lewi
2021-07-08 19:30:15 -07:00
committed by Kevin Lewi
parent e5db303dd1
commit 6062bdb5cd
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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 })
}
}