Skip to content

Commit

Permalink
Merge pull request #193 from holaplex/main
Browse files Browse the repository at this point in the history
Release 8/17
  • Loading branch information
kespinola authored Aug 24, 2023
2 parents 835e897 + de60f0f commit c702183
Show file tree
Hide file tree
Showing 44 changed files with 1,595 additions and 750 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apollo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.71.0
override: true
components: cargo, rustc

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.71.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.71.0
override: true
components: cargo, rustc

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
driver-opts: image=moby/buildkit:master
version: v0.10.4
version: v0.11.2
endpoint: ci
-
uses: aws-actions/configure-aws-credentials@v1
Expand Down
Loading

0 comments on commit c702183

Please sign in to comment.