Skip to content

Commit

Permalink
Merge pull request #87 from jjcomer/add-redis-tls
Browse files Browse the repository at this point in the history
Downgrade libgit2
  • Loading branch information
jjcomer authored Feb 23, 2024
2 parents 643a37e + 96ea21e commit 0a8af30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,11 @@ jobs:
with:
key: ${{ matrix.target }}
- name: Archive Release
continue-on-error: true
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: hogan
target: ${{ matrix.target }}
env:
# (required) GitHub token for creating GitHub Releases.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive Release
continue-on-error: true
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: hogan
target: ${{ matrix.target }}
env:
# (required) GitHub token for creating GitHub Releases.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ version = '0.30'
features = ['bundled']

[dependencies.git2]
version = '0.18'
version = '0.17'
features = ['vendored-openssl']

[dependencies.regex]
Expand Down

0 comments on commit 0a8af30

Please sign in to comment.