Skip to content

Commit

Permalink
correct rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
peeech committed May 17, 2024
1 parent b349d5f commit 904dc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.78.1
toolchain: 1.78
override: true

- name: Start MongoDB
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
profile: minimal
components: rustfmt, clippy
toolchain: 1.78.1
toolchain: 1.78
override: true

- name: Run cargo fmt
Expand Down

0 comments on commit 904dc23

Please sign in to comment.