diff --git a/lychee.yaml b/lychee.yaml index 3de110a049f..ef01ce69208 100644 --- a/lychee.yaml +++ b/lychee.yaml @@ -1,7 +1,7 @@ package: name: lychee version: 0.14.3 - epoch: 0 + epoch: 1 description: "Fast, async, stream-based link checker written in Rust" copyright: - license: Apache-2.0 AND MIT @@ -23,7 +23,7 @@ pipeline: expected-commit: 90ed0e70b727886cf66443d35ccc7a3d321262eb - runs: | - cargo build --release + cargo build --release --features vendored-openssl install -Dm755 target/release/lychee "${{targets.destdir}}"/usr/bin/lychee - uses: strip