Skip to content

Commit

Permalink
bump rust 1.58 => 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
peeech committed May 16, 2024
1 parent 73edda8 commit 2752a2b
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.58.1
toolchain: 1.78.1
override: true

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

- name: Run cargo fmt
Expand Down

0 comments on commit 2752a2b

Please sign in to comment.