Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Mar 10, 2024
1 parent 4010f5d commit 94f2e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
with:
# Feel free to bump this version if you need features of newer Rust.
# Sync with badge in README.md
toolchain: 1.60.0
toolchain: 1.72.0
profile: minimal
override: true

- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: -p os_info
args: --examples --all

0 comments on commit 94f2e91

Please sign in to comment.