Skip to content

Commit

Permalink
Updated Rust version to 1.70.0 due to cross compilation issue
Browse files Browse the repository at this point in the history
Signed-off-by: artem.ivanov <[email protected]>
  • Loading branch information
Artemkaaas committed Dec 20, 2023
1 parent 00e98cb commit 1dd27f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Anoncreds"

env:
RUST_VERSION: "1.65.0"
RUST_VERSION: "1.70.0"
CROSS_VERSION: "0.2.4"

on:
Expand Down
4 changes: 2 additions & 2 deletions src/services/w3c/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ pub fn create_presentation(
Ok(presentation)
}

fn build_credential_subject<'p>(
fn build_credential_subject(
pres_req: &PresentationRequestPayload,
credentials: &PresentCredential<'p, W3CCredential>,
credentials: &PresentCredential<'_, W3CCredential>,
) -> Result<CredentialSubject> {
let mut credential_subject = CredentialSubject {
id: credentials.cred.credential_subject.id.clone(),
Expand Down

0 comments on commit 1dd27f0

Please sign in to comment.