mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Bump to version 0.15.0
This commit is contained in:
parent
e0059c4292
commit
8451f8846b
4 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2344,7 +2344,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee"
|
||||
version = "0.14.3"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert-json-diff",
|
||||
|
|
@ -2389,7 +2389,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee-lib"
|
||||
version = "0.14.3"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"async-stream",
|
||||
"async-trait",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"]
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.14.3"
|
||||
version = "0.15.0"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
|
|
|||
|
|
@ -566,7 +566,7 @@ Lychee can also be used as a [pre-commit](https://pre-commit.com/) hook.
|
|||
# .pre-commit-config.yaml
|
||||
repos:
|
||||
- repo: https://github.com/lycheeverse/lychee.git
|
||||
rev: 0.14.3
|
||||
rev: 0.15.0
|
||||
hooks:
|
||||
- id: lychee
|
||||
# Optionally include additional CLI arguments
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ version.workspace = true
|
|||
[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.3", default-features = false }
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.15.0", default-features = false }
|
||||
|
||||
anyhow = "1.0.82"
|
||||
assert-json-diff = "2.0.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue