Skip to content

Commit 2b227f8

Browse files
Update Rust version to 1.89 in build.gradle
1 parent dca1ed4 commit 2b227f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CedarJava/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def rustJavaTargets = [
110110
'x86_64-unknown-linux-gnu' : 'linux/x86_64'
111111
]
112112

113-
def RustVersion = '1.85'
113+
def RustVersion = '1.89'
114114

115115
tasks.register('installRequiredRustVersion', Exec) {
116116
group 'Build'

0 commit comments

Comments
 (0)