Skip to content

Commit

Permalink
Upgrade dependencies ring 0.17
Browse files Browse the repository at this point in the history
Upgrade rust to 1.72
Upgrade all dependencies
Fixing ring to trust SystemRNG with wasm32-unknown-unknown
  • Loading branch information
thibmeu committed Feb 29, 2024
1 parent 336e06f commit 8959d83
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 369 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.72
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.72
override: true
- name: Add target
run: rustup target add ${{ matrix.target }}
Expand Down
Loading

0 comments on commit 8959d83

Please sign in to comment.