Skip to content

Commit

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

Update dependencies
  • Loading branch information
swcurran authored Jun 24, 2023
2 parents fa66b61 + aa98d3d commit 79a1072
Show file tree
Hide file tree
Showing 5 changed files with 2,985 additions and 2,902 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Aries-Askar"

env:
RUST_VERSION: "1.61.0"
RUST_VERSION: "1.64.0"
CROSS_VERSION: "0.2.4"

on:
Expand Down Expand Up @@ -387,8 +387,7 @@ jobs:
build-android:
name: Build library (Android)
needs: [checks]
env:
RUST_VERSION: "1.64.0" # Overriding the rust version here for lower NDK support
# NB: RUST_VERSION must be 1.64+ here for lower NDK support

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/aries-askar-shared/src/crypto/Key.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { KeyAlgs, SigAlgs } from '../enums'
import type { LocalKeyHandle } from './handles'
import type { KeyAlgs, SigAlgs } from '../enums'

import { ariesAskar } from '../ariesAskar'
import { KeyMethod, keyAlgFromString } from '../enums'
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/aries-askar-shared/src/store/Scan.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { EntryListHandle, ScanHandle } from '../crypto'
import type { Entry, EntryObject } from './Entry'
import type { Store } from './Store'
import type { EntryListHandle, ScanHandle } from '../crypto'

import { ariesAskar } from '../ariesAskar'
import { AriesAskarError } from '../error'
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/aries-askar-shared/src/store/Store.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { StoreHandle } from '../crypto'
import type { StoreKeyMethod } from './StoreKeyMethod'
import type { StoreHandle } from '../crypto'

import { ariesAskar } from '../ariesAskar'

Expand Down
Loading

0 comments on commit 79a1072

Please sign in to comment.