Skip to content

Commit

Permalink
chore: bump Rust version to 1.72 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelspark committed Sep 30, 2023
1 parent b5701f3 commit 564efaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-onnx-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
RUST_BACKTRACE: 1
RUST_VERSION: 1.66
RUST_VERSION: 1.72

jobs:
build_manylinux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
RUST_BACKTRACE: 1
RUST_VERSION: 1.66
RUST_VERSION: 1.72

# We distinguish the following kinds of builds:
# - local: build for the same target as we compile on, and do local tests
Expand Down

0 comments on commit 564efaa

Please sign in to comment.