We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cfa39 commit fbdb472Copy full SHA for fbdb472
1 file changed
.github/workflows/cranelift-release-branch.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Patch Cargo.toml to use release branch Cranelift
40
run: |
41
- sed -i 's/"0\.131\.0"/"*"/g' Cargo.toml
+ sed -i -E 's/"0\.13[0-9]\.[0-9]+"/"*"/g' Cargo.toml
42
43
cat >>Cargo.toml <<EOF
44
[patch.crates-io]
0 commit comments