Upgrade rand to 0.8

This commit is contained in:
Alekos Filini
2022-10-24 12:01:56 +02:00
parent 9854fd34ea
commit ae4f4e5416
5 changed files with 23 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ jobs:
- name: Update toolchain
run: rustup update
- name: Check
run: cargo check --target wasm32-unknown-unknown --features use-esplora-async --no-default-features
run: cargo check --target wasm32-unknown-unknown --features use-esplora-async,dev-getrandom-wasm --no-default-features
fmt:
name: Rust fmt