Skip to content

Commit 56aaa64

Browse files
authored
Merge pull request #9 from athenavm/rust-commit-file
Move rust commit to a standalone file
2 parents c0772d0 + ce31043 commit 56aaa64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.sh

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

33
param1=${1:-}
44

5-
export RUST_COMMIT=051478957371ee0084a7c0913941d2a8c4757bb9
5+
export RUST_COMMIT=$(cat rust_commit.txt)
66

77
# If -rust_commit specified then only export the rust commit variable
88
if [ "$param1" == "-rust_commit" ]; then

rust_commit.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
051478957371ee0084a7c0913941d2a8c4757bb9

0 commit comments

Comments
 (0)