Skip to content

Commit fbdb472

Browse files
committed
fix cranelift patch rejection by relaxing version hardcoding
1 parent f0cfa39 commit fbdb472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cranelift-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Patch Cargo.toml to use release branch Cranelift
4040
run: |
41-
sed -i 's/"0\.131\.0"/"*"/g' Cargo.toml
41+
sed -i -E 's/"0\.13[0-9]\.[0-9]+"/"*"/g' Cargo.toml
4242
4343
cat >>Cargo.toml <<EOF
4444
[patch.crates-io]

0 commit comments

Comments
 (0)