Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and add P-384 key support #157

Merged
merged 10 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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