Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Oct 2, 2023
1 parent 5bc387f commit 88bd519
Show file tree
Hide file tree
Showing 12 changed files with 710 additions and 659 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Release ic-certification Cargo crate
run: cargo publish -p ic-certification --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Release ic-cbor Cargo crate
run: cargo publish -p ic-cbor --token ${CRATES_TOKEN}
env:
Expand All @@ -63,11 +68,6 @@ jobs:
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Release ic-certification Cargo crate
run: cargo publish -p ic-certification --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Release ic-response-verification Cargo crate
run: cargo publish -p ic-response-verification --token ${CRATES_TOKEN}
env:
Expand Down
Loading

0 comments on commit 88bd519

Please sign in to comment.