Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit c23c11e

Browse files
authored
Update dependencies (#532)
1 parent f332497 commit c23c11e

File tree

4 files changed

+2116
-594
lines changed

4 files changed

+2116
-594
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- nvm install node
2626
- node --version
2727
- npm install
28-
- sh -c "$(curl -sSfL https://release.solana.com/v1.8.14/install)"
28+
- sh -c "$(curl -sSfL https://release.solana.com/v1.10.35/install)"
2929
- export PATH=~/.local/share/solana/install/active_release/bin:$PATH
3030
- solana-install info
3131

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ on your OS, they may already be installed:
6666
- Install node (v14 recommended)
6767
- Install npm
6868
- Install Rust v1.56.1 or later from https://rustup.rs/
69-
- Install Solana v1.8.14 or later from
69+
- Install Solana v1.10.35 or later from
7070
https://docs.solana.com/cli/install-solana-cli-tools
7171

7272
If this is your first time using Rust, these [Installation

0 commit comments

Comments
 (0)