Skip to content

Commit 4a07bd5

Browse files
committed
Bump versions and cleanup
1 parent cedf632 commit 4a07bd5

File tree

7 files changed

+35
-207
lines changed

7 files changed

+35
-207
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
key: '${{ runner.os }}-${{ hashFiles(''TODO'') }}'
1818
- uses: actions/checkout@v2
1919
- run: |
20-
rustup install nightly
20+
rustup install stable
2121
cargo --version
2222
docker --version
2323
- run: >-
@@ -34,7 +34,7 @@ jobs:
3434
npm install node
3535
node --version
3636
npm install
37-
sh -c "$(curl -sSfL https://release.solana.com/v1.7.8/install)"
37+
sh -c "$(curl -sSfL https://release.solana.com/v1.8.2/install)"
3838
export PATH=~/.local/share/solana/install/active_release/bin:$PATH
3939
solana-install info
4040
solana-keygen new --no-bip39-passphrase

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
file: .gitpod.Dockerfile
33
tasks:
44
- init: |
5-
sh -c "$(curl -sSfL https://release.solana.com/v1.7.8/install)"
5+
sh -c "$(curl -sSfL https://release.solana.com/v1.8.2/install)"
66
export PATH=~/.local/share/solana/install/active_release/bin:$PATH
77
gp env PATH=~/.local/share/solana/install/active_release/bin:$PATH
88
npm install

.prettierrc.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
arrowParens: "avoid"
22
bracketSpacing: false
3-
jsxBracketSameLine: false
43
semi: true
54
singleQuote: true
65
tabWidth: 2

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ on your OS, they may already be installed:
6565

6666
- Install node (v14 recommended)
6767
- Install npm
68-
- Install the latest Rust stable from https://rustup.rs/
69-
- Install Solana v1.7.11 or later from
68+
- Install Rust v1.56.1 or later from https://rustup.rs/
69+
- Install Solana v1.8.2 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

README_ZH_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555

5656
- 安装 node
5757
- 安装 npm
58-
-https://rustup.rs/ 安装最新的 Rust 稳定版本
59-
-https://docs.solana.com/cli/install-solana-cli-tools 安装 v1.7.8 的 Solana 命令列管理工具
58+
-https://rustup.rs/ 安装最新的 Rust(v1.56.1+)稳定版本
59+
-https://docs.solana.com/cli/install-solana-cli-tools 安装 v1.8.2+ 的 Solana 命令列管理工具
6060

6161
如果这是您第一次使用 Docker 或 Rust,这些 安装笔记 可能对您有帮助。
6262

README_ZH_TW.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555

5656
- 安裝 node
5757
- 安裝 npm
58-
-https://rustup.rs/ 安裝最新的 Rust 穩定版本
59-
-https://docs.solana.com/cli/install-solana-cli-tools 安裝 v1.7.8 的 Solana 命令列管理工具
58+
-https://rustup.rs/ 安裝最新的 Rust(v1.56.1+)穩定版本
59+
-https://docs.solana.com/cli/install-solana-cli-tools 安裝 v1.8.2+ 的 Solana 命令列管理工具
6060

6161
如果這是您第一次使用 Docker 或 Rust,這些 [安裝筆記](README-installation-notes.md) 可能對您有幫助。
6262

0 commit comments

Comments
 (0)