Skip to content

Commit 92b017a

Browse files
committed
chore(releasing): Backport fix to depends to v0.11.1
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 3520d22 commit 92b017a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
env:
169169
VERSION: "5.32.0.1"
170170
run: |
171-
curl -sSf https://strawberryperl.com/download/$VERSION/strawberry-perl-$VERSION-64bit.msi > perl-installer.msi
171+
curl -sSfL https://strawberryperl.com/download/$VERSION/strawberry-perl-$VERSION-64bit.msi > perl-installer.msi
172172
- name: "Install Perl"
173173
shell: cmd # msiexec fails when called from bash
174174
run: |

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ assets = [
3030
]
3131
license-file = ["target/debian-license.txt"]
3232
extended-description-file = "target/debian-extended-description.txt"
33-
depends = ""
33+
depends = "libc6 (>= 2.17)"
3434

3535
[workspace]
3636
members = [

0 commit comments

Comments
 (0)