Skip to content

Commit

Permalink
Merge pull request #9 from athenavm/rust-commit-file
Browse files Browse the repository at this point in the history
Move rust commit to a standalone file
  • Loading branch information
lrettig authored Aug 15, 2024
2 parents c0772d0 + ce31043 commit 56aaa64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

param1=${1:-}

export RUST_COMMIT=051478957371ee0084a7c0913941d2a8c4757bb9
export RUST_COMMIT=$(cat rust_commit.txt)

# If -rust_commit specified then only export the rust commit variable
if [ "$param1" == "-rust_commit" ]; then
Expand Down
1 change: 1 addition & 0 deletions rust_commit.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
051478957371ee0084a7c0913941d2a8c4757bb9

0 comments on commit 56aaa64

Please sign in to comment.