Skip to content

Commit

Permalink
bump zigbuild version (#226)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaobo He <shaobohe@amazon.com>
  • Loading branch information
shaobo-he-aws authored Oct 1, 2024
1 parent c97dc03 commit 0da1ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_cedar_java_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ref: ${{ inputs.cedar_policy_ref }}
path: ./cedar
- name: Prepare Rust Build
run: rustup install 1.80.0 && rustup default 1.80.0 && rustup component add rustfmt
run: rustup install stable && rustup default stable
- name: Configure CedarJavaFFI for CI build
run: bash configure_ci_build.sh
- name: Check FFI Formatting
Expand Down
2 changes: 1 addition & 1 deletion CedarJava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ tasks.register('installCargoZigbuild', Exec) {
group 'Build'
description 'Installs Cargo Zigbuild for Rust compilation.'

commandLine 'cargo', 'install', 'cargo-zigbuild@0.18.4'
commandLine 'cargo', 'install', 'cargo-zigbuild@0.19.3'
}

tasks.register('installRustTargets') {
Expand Down

0 comments on commit 0da1ffe

Please sign in to comment.