Skip to content

Commit

Permalink
Merge pull request openwallet-foundation#157 from andrewwhitehead/upd…
Browse files Browse the repository at this point in the history
…/deps3

Update dependencies and add P-384 key support
  • Loading branch information
andrewwhitehead authored Jul 19, 2023
2 parents 4bec802 + 7837a6c commit 1b70d14
Show file tree
Hide file tree
Showing 54 changed files with 725 additions and 3,052 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: "Aries-Askar"

env:
RUST_VERSION: "1.64.0"
RUST_VERSION: "1.65.0"
CROSS_VERSION: "0.2.4"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches: [main]
Expand Down Expand Up @@ -105,9 +109,6 @@ jobs:
- name: Test askar-crypto no default features
run: cargo test --manifest-path ./askar-crypto/Cargo.toml --no-default-features

- name: Test askar-bbs no default features
run: cargo test --manifest-path ./askar-bbs/Cargo.toml --no-default-features

build-release:
name: Build library
needs: [checks]
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["askar-bbs", "askar-crypto", "askar-storage"]
members = ["askar-crypto", "askar-storage"]

[package]
name = "aries-askar"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
repository = "https://github.com/hyperledger/aries-askar/"
categories = ["cryptography", "database"]
keywords = ["hyperledger", "aries", "ssi", "verifiable", "credentials"]
rust-version = "1.60"
rust-version = "1.65"

[lib]
name = "aries_askar"
Expand Down
57 changes: 0 additions & 57 deletions askar-bbs/Cargo.toml

This file was deleted.

82 changes: 0 additions & 82 deletions askar-bbs/README.md

This file was deleted.

80 changes: 0 additions & 80 deletions askar-bbs/benches/blind_sign.rs

This file was deleted.

31 changes: 0 additions & 31 deletions askar-bbs/benches/generators.rs

This file was deleted.

82 changes: 0 additions & 82 deletions askar-bbs/benches/proof.rs

This file was deleted.

Loading

0 comments on commit 1b70d14

Please sign in to comment.