Skip to content

Commit

Permalink
[chore] bump clap from 4.3.5 to 4.3.8 & remove --all flag from releas…
Browse files Browse the repository at this point in the history
…e build
  • Loading branch information
iamalwaysuncomfortable committed Jun 27, 2023
2 parents 052249e + 51047e4 commit 2cbcb8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Build Aleo
run: |
cargo build --all --release && strip target/release/aleo
cargo build --release && strip target/release/aleo
- id: get_version
uses: battila7/get-version-action@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Build Aleo
run: |
cargo build --all --release && strip target/release/aleo
cargo build --release && strip target/release/aleo
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) \
MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) \
cargo build --all --release --target=aarch64-apple-darwin && strip target/aarch64-apple-darwin/release/aleo
cargo build --release --target=aarch64-apple-darwin && strip target/aarch64-apple-darwin/release/aleo
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true

Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

- name: Build Aleo
run: |
cargo build --all --release
cargo build --release
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ workspace = true
version = "1.0"

[workspace.dependencies.clap]
version = "4.3.5"
version = "4.3.8"
features = [ "derive", "string" ]

[dependencies.clap]
Expand Down

0 comments on commit 2cbcb8f

Please sign in to comment.