Skip to content

Commit

Permalink
Merge pull request #158 from nomic-io/testnet-5
Browse files Browse the repository at this point in the history
Testnet 5
  • Loading branch information
mappum authored Jul 11, 2023
2 parents 6261b0b + 1b4e315 commit 8224a74
Show file tree
Hide file tree
Showing 32 changed files with 20,167 additions and 2,603 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-11-18
toolchain: nightly-2023-05-08
override: true
- name: Cache
uses: actions/cache@v3
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-11-18
toolchain: nightly-2023-05-08
override: true
- name: Cache
uses: actions/cache@v3
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-11-18
toolchain: nightly-2023-05-08
components: llvm-tools-preview
override: true
- name: Cache
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-11-18
toolchain: nightly-2023-05-08
components: rustfmt
override: true
- name: Check
Expand All @@ -128,7 +128,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-11-18
toolchain: nightly-2023-05-08
components: clippy
override: true
- name: Cache
Expand Down
Loading

0 comments on commit 8224a74

Please sign in to comment.