mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-27 18:00:24 +00:00
Bump version to 0.14.1
This commit is contained in:
parent
f933656161
commit
a981472eda
4 changed files with 27 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2343,7 +2343,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert-json-diff",
|
||||
|
|
@ -2388,7 +2388,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee-lib"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
dependencies = [
|
||||
"async-stream",
|
||||
"cached",
|
||||
|
|
|
|||
23
README.md
23
README.md
|
|
@ -20,9 +20,30 @@ Available as a command-line utility, a library and a [GitHub Action](https://git
|
|||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
## Table of Contents
|
||||
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Installation](#installation)
|
||||
- [Arch Linux](#arch-linux)
|
||||
- [macOS](#macos)
|
||||
- [Docker](#docker)
|
||||
- [NixOS](#nixos)
|
||||
- [FreeBSD](#freebsd)
|
||||
- [Scoop](#scoop)
|
||||
- [Termux](#termux)
|
||||
- [Pre-built binaries](#pre-built-binaries)
|
||||
- [Cargo](#cargo)
|
||||
- [Build dependencies](#build-dependencies)
|
||||
- [Compile and install lychee](#compile-and-install-lychee)
|
||||
- [Feature flags](#feature-flags)
|
||||
- [Features](#features)
|
||||
- [Commandline usage](#commandline-usage)
|
||||
- [Docker Usage](#docker-usage)
|
||||
- [Linux/macOS shell command](#linuxmacos-shell-command)
|
||||
- [Windows PowerShell command](#windows-powershell-command)
|
||||
- [GitHub Token](#github-token)
|
||||
- [Commandline Parameters](#commandline-parameters)
|
||||
- [Exit codes](#exit-codes)
|
||||
- [Ignoring links](#ignoring-links)
|
||||
- [Caching](#caching)
|
||||
- [Library usage](#library-usage)
|
||||
- [GitHub Action Usage](#github-action-usage)
|
||||
- [Contributing to lychee](#contributing-to-lychee)
|
||||
|
|
@ -336,7 +357,7 @@ Options:
|
|||
-u, --user-agent <USER_AGENT>
|
||||
User agent
|
||||
|
||||
[default: lychee/0.14.0]
|
||||
[default: lychee/0.14.1]
|
||||
|
||||
-i, --insecure
|
||||
Proceed for server connections considered insecure (invalid TLS)
|
||||
|
|
|
|||
|
|
@ -14,13 +14,13 @@ keywords = [
|
|||
]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/lycheeverse/lychee"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
readme = "../README.md"
|
||||
|
||||
[dependencies]
|
||||
# NOTE: We need to specify the version of lychee-lib here because crates.io
|
||||
# requires all dependencies to have a version number.
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.14.0", default-features = false }
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.14.1", default-features = false }
|
||||
|
||||
anyhow = "1.0.78"
|
||||
assert-json-diff = "2.0.2"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ keywords = [
|
|||
]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/lycheeverse/lychee"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
readme = "../README.md"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue