From 802c1b94d23f218b2140f7e275e52e8237729c84 Mon Sep 17 00:00:00 2001 From: Talal Ashraf Date: Thu, 30 May 2024 12:20:34 -0400 Subject: [PATCH] chore: lock tofnd version to 1.73 for tests and linting --- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3b8ef6fc..58d9c937 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -24,7 +24,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: 1.73.0 override: true components: rustfmt, clippy diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8557e749..2c8082c8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,7 +24,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: 1.73.0 override: true - name: Run cargo test