Skip to content

Commit

Permalink
Pin Rust Toolchain (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Aug 2, 2023
1 parent da194db commit 7c34fe3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
# https://blog.rust-lang.org/2022/06/22/sparse-registry-testing.html
CARGO_UNSTABLE_SPARSE_REGISTRY: false
# https://doc.rust-lang.org/beta/cargo/reference/config.html#registriescrates-ioprotocol
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git

jobs:
Testing:
runs-on: ${{ matrix.os }}
Expand All @@ -28,8 +22,6 @@ jobs:
- uses: actions/checkout@v3

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
7 changes: 5 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2023-08-01"

0 comments on commit 7c34fe3

Please sign in to comment.