File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ cargo_audit_ignores=(
36
36
# ID: RUSTSEC-2024-0421
37
37
# URL: https://rustsec.org/advisories/RUSTSEC-2024-0421
38
38
# Solution: Upgrade to >=1.0.0
39
- # need to solve this depentant tree:
39
+ # need to solve this dependant tree:
40
40
# jsonrpc-core-client v18.0.0 -> jsonrpc-client-transports v18.0.0 -> url v1.7.2 -> idna v0.1.5
41
41
--ignore RUSTSEC-2024-0421
42
42
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cd "$(dirname "$0")/.."
6
6
source multinode-demo/common.sh
7
7
8
8
if [[ -z $CI ]]; then
9
- # Build eargerly if needed for local development. Otherwise, odd timing error occurs...
9
+ # Build eagerly if needed for local development. Otherwise, odd timing error occurs...
10
10
$solana_keygen --version
11
11
$solana_genesis --version
12
12
$solana_faucet --version
You can’t perform that action at this time.
0 commit comments