Revert "Bug fixes" (#148)

Revert "Bug fixes (#145)"

This reverts commit 8acdfc8d1c.
This commit is contained in:
Thomas Schönauer
2022-11-05 09:15:52 +00:00
committed by GitHub
parent 8acdfc8d1c
commit b6e50a38af
17 changed files with 155 additions and 276 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly-2022-08-03
override: true
publish:

View File

@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.57.0
profile: minimal
default: true
override: true

View File

@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.57.0
profile: minimal
override: true
components: rustfmt, clippy