Bump rust compiler version to nightly 2023-09-01

This commit is contained in:
akonradi-signal
2023-09-12 14:27:08 -04:00
committed by GitHub
parent 6a7b83d3c7
commit ef542e3b9f
17 changed files with 78 additions and 88 deletions

View File

@@ -55,7 +55,7 @@ pub async fn decrypt(
&mut store.session_store,
&mut store.identity_store,
&mut store.pre_key_store,
&mut store.signed_pre_key_store,
&store.signed_pre_key_store,
&mut store.kyber_pre_key_store,
&mut csprng,
)