Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lychee: bump to 0.18.0 #38813

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions lychee.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package:
name: lychee
version: 0.15.1
epoch: 3
version: 0.18.0
epoch: 0
description: "Fast, async, stream-based link checker written in Rust"
copyright:
- license: Apache-2.0 AND MIT
- license: Apache-2.0
- license: MIT

environment:
contents:
Expand All @@ -21,8 +22,8 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/lycheeverse/lychee
tag: v${{package.version}}
expected-commit: 0a54079d01ba9a4ff9850d8e46d3ba64743d2c8d
tag: lychee-v${{package.version}}
expected-commit: 1780aa0daa70462e296f9811e06178f13fd945db

- uses: rust/cargobump

Expand All @@ -36,7 +37,8 @@ update:
enabled: true
github:
identifier: lycheeverse/lychee
strip-prefix: v
strip-prefix: lychee-v
tag-filter: lychee-v

test:
environment:
Expand Down
6 changes: 4 additions & 2 deletions lychee/cargobump-deps.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
packages:
- name: openssl
version: 0.10.66
- name: rustls
version: 0.23.18
- name: publicsuffix
version: 2.3.0
Loading