Skip to content

Commit

Permalink
chore(releasing): Backport fix to depends to v0.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
jszwedko committed Mar 11, 2021
1 parent 3520d22 commit 92b017a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
env:
VERSION: "5.32.0.1"
run: |
curl -sSf https://strawberryperl.com/download/$VERSION/strawberry-perl-$VERSION-64bit.msi > perl-installer.msi
curl -sSfL https://strawberryperl.com/download/$VERSION/strawberry-perl-$VERSION-64bit.msi > perl-installer.msi
- name: "Install Perl"
shell: cmd # msiexec fails when called from bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ assets = [
]
license-file = ["target/debian-license.txt"]
extended-description-file = "target/debian-extended-description.txt"
depends = ""
depends = "libc6 (>= 2.17)"

[workspace]
members = [
Expand Down

0 comments on commit 92b017a

Please sign in to comment.