Skip to content

Commit

Permalink
lychee: bump to 0.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dentrax <[email protected]>
  • Loading branch information
Dentrax committed Jan 5, 2025
1 parent f39fe50 commit 05b5d8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
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

0 comments on commit 05b5d8f

Please sign in to comment.