Change to action `dtolnay/rust-toolchain` and 1.73 (#154)
parent
cd8dd29097
commit
601566baa3
|
@ -28,9 +28,9 @@ jobs:
|
|||
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
|
||||
|
||||
- name: Rust toolchain
|
||||
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
|
||||
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: 1.73.0
|
||||
components: rustfmt
|
||||
|
||||
- name: Check Formatting
|
||||
|
@ -73,9 +73,9 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
|
||||
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: 1.73.0
|
||||
|
||||
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # 2.7.1
|
||||
- run: python3 -m pip install nox
|
||||
|
|
|
@ -147,10 +147,9 @@ jobs:
|
|||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
|
||||
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
toolchain: 1.73.0
|
||||
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
|
||||
|
|
|
@ -1029,7 +1029,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tantivy"
|
||||
version = "0.20.1"
|
||||
version = "0.21.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"chrono",
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "1.73.0"
|
Loading…
Reference in New Issue