Skip to content

Commit

Permalink
allowed cargo lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvDh committed Jan 21, 2024
1 parent f2a6a76 commit 867fbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
command: "build"
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args: "--locked --profile=release-lto"
args: "--profile=release-lto"

- name: Package as archive
shell: bash
Expand Down Expand Up @@ -97,4 +97,4 @@ jobs:
with:
draft: true
files: "umm-*"
# body_path: Changes.md
# body_path: Changes.md

0 comments on commit 867fbff

Please sign in to comment.