diff --git a/.github/workflows/scylla.yml b/.github/workflows/scylla.yml index bc65ed1..0d43eaf 100644 --- a/.github/workflows/scylla.yml +++ b/.github/workflows/scylla.yml @@ -24,10 +24,10 @@ jobs: - ${{ github.workspace }}:/workspace steps: - uses: actions/checkout@v2 - - name: Install stable 1.66 + - name: Install stable 1.73 uses: actions-rs/toolchain@v1 with: - toolchain: 1.72.0 + toolchain: 1.73.0 default: true components: rustfmt, clippy - name: Load .env file diff --git a/.gitignore b/.gitignore index e4984d4..df8233a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target/ -.idea \ No newline at end of file +.idea +.DS_Store \ No newline at end of file diff --git a/.run/Test all.run.xml b/.run/Test all.run.xml index bdc8e95..487315f 100644 --- a/.run/Test all.run.xml +++ b/.run/Test all.run.xml @@ -9,7 +9,9 @@