From 6c23817ca8f0338d51251c1e8d9dad092313cc3b Mon Sep 17 00:00:00 2001 From: shaobo-he-aws <130499339+shaobo-he-aws@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:52:12 -0800 Subject: [PATCH] Update build.gradle --- CedarJava/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CedarJava/build.gradle b/CedarJava/build.gradle index 3df9870..17f58ec 100644 --- a/CedarJava/build.gradle +++ b/CedarJava/build.gradle @@ -120,7 +120,7 @@ tasks.register('installCargoZigbuild', Exec) { group 'Build' description 'Installs Cargo Zigbuild for Rust compilation.' - commandLine 'cargo', '+' + RustVersion, 'install', 'cargo-zigbuild@0.19.3' + commandLine 'cargo', '+' + RustVersion, 'install', 'cargo-zigbuild@0.19.7' } tasks.register('compileFFI') {