Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobo-he-aws authored Jan 2, 2025
1 parent 115e7b9 commit 6c23817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CedarJava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ tasks.register('installCargoZigbuild', Exec) {
group 'Build'
description 'Installs Cargo Zigbuild for Rust compilation.'

commandLine 'cargo', '+' + RustVersion, 'install', '[email protected].3'
commandLine 'cargo', '+' + RustVersion, 'install', '[email protected].7'
}

tasks.register('compileFFI') {
Expand Down

0 comments on commit 6c23817

Please sign in to comment.