Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 1e17a79

Browse files
committed
fix sha
1 parent 6a41655 commit 1e17a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
param1=${1:-}
44

5-
export RUST_COMMIT=5ef9e3d85d934b27d9dada2f9dd52b1dc63bb04
65

6+
export RUST_COMMIT=25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04
77
# If -rust_commit specified then only export the rust commit variable
88
if [ "$param1" == "-rust_commit" ]; then
99
return

0 commit comments

Comments
 (0)