Skip to content

Commit

Permalink
Update Rust to 1.83 (#273)
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 Jan 3, 2025
1 parent dc231d0 commit 62e8177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CedarJava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def rustJavaTargets = [
'x86_64-unknown-linux-gnu' : 'linux/x86_64'
]

def RustVersion = '1.81'
def RustVersion = '1.83'

tasks.register('installRequiredRustVersion', Exec) {
group 'Build'
Expand All @@ -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') {
Expand Down

0 comments on commit 62e8177

Please sign in to comment.