Skip to content

Commit 9804538

Browse files
authored
Merge pull request #35 from holaplex/dev
Release v0.7
2 parents 28e4e67 + ccf12da commit 9804538

File tree

22 files changed

+1252
-703
lines changed

22 files changed

+1252
-703
lines changed

.github/workflows/cargo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions-rs/toolchain@v1
1515
with:
16-
toolchain: nightly-2021-11-09
16+
toolchain: 1.59.0
1717
components: cargo, rustc, rustfmt
1818
profile: minimal
1919

@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v2
3535
- uses: actions-rs/toolchain@v1
3636
with:
37-
toolchain: nightly-2021-11-09
37+
toolchain: 1.59.0
3838
components: cargo, rustc
3939
profile: minimal
4040

@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v2
7575
- uses: actions-rs/toolchain@v1
7676
with:
77-
toolchain: nightly-2021-11-09
77+
toolchain: 1.59.0
7878
components: cargo, rustc
7979
profile: minimal
8080

.github/workflows/cargo_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain: nightly-2021-11-09
22+
toolchain: 1.59.0
2323
components: cargo, rustc
2424
profile: minimal
2525

@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v2
5151
- uses: actions-rs/toolchain@v1
5252
with:
53-
toolchain: nightly-2021-11-09
53+
toolchain: 1.59.0
5454
components: cargo, rustc
5555
profile: minimal
5656

0 commit comments

Comments
 (0)