Skip to content

Commit

Permalink
Crate \'time\' now requires rustc v1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmiller-spruceid committed Sep 11, 2023
1 parent db906df commit 95ffa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: "1.66.0"
toolchain: "1.67.0"
profile: minimal
override: true
components: rustfmt, clippy
Expand Down

0 comments on commit 95ffa7c

Please sign in to comment.