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

Update rust sha to 1.77.2 #35

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- pg/bump-rust
paths-ignore:
- README.md

Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

param1=${1:-}

export RUST_COMMIT=5113ed28ea1451a13eae3a05dca0dbabfd56f587

export RUST_COMMIT=25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04
# If -rust_commit specified then only export the rust commit variable
if [ "$param1" == "-rust_commit" ]; then
return
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1