Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Apr 17, 2023
1 parent 6a72f81 commit a7ddcac
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Options:
-u, --user-agent <USER_AGENT>
User agent
[default: lychee/0.11.1]
[default: lychee/0.12.0]
-i, --insecure
Proceed for server connections considered insecure (invalid TLS)
Expand Down
2 changes: 1 addition & 1 deletion examples/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "builder"
path = "builder.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
lychee-lib = { path = "../../lychee-lib", version = "0.12.0" }
tokio = { version = "1.27.0", features = ["full"] }
regex = "1.7.3"
http = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/client_pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ path = "client_pool.rs"
[dependencies]
futures = "0.3.27"
tokio-stream = "0.1.12"
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
lychee-lib = { path = "../../lychee-lib", version = "0.12.0" }
tokio = { version = "1.27.0", features = ["full"] }
2 changes: 1 addition & 1 deletion examples/collect_links/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "collect_links"
path = "collect_links.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
lychee-lib = { path = "../../lychee-lib", version = "0.12.0" }
tokio = { version = "1.27.0", features = ["full"] }
regex = "1.7.3"
http = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ name = "extract"
path = "extract.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
lychee-lib = { path = "../../lychee-lib", version = "0.12.0" }
tokio = { version = "1.27.0", features = ["full"] }
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ name = "simple"
path = "simple.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
lychee-lib = { path = "../../lychee-lib", version = "0.12.0" }
tokio = { version = "1.27.0", features = ["full"] }
4 changes: 2 additions & 2 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ keywords = [
]
license = "Apache-2.0/MIT"
repository = "https://github.com/lycheeverse/lychee"
version = "0.11.1"
version = "0.12.0"

[dependencies]
lychee-lib = { path = "../lychee-lib", version = "0.11.1", default-features = false }
lychee-lib = { path = "../lychee-lib", version = "0.12.0", default-features = false }
anyhow = "1.0.70"
console = "0.15.5"
const_format = "0.2.30"
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]
license = "Apache-2.0/MIT"
repository = "https://github.com/lycheeverse/lychee"
version = "0.11.1"
version = "0.12.0"

[dependencies]
check-if-email-exists = "0.9.0"
Expand Down

0 comments on commit a7ddcac

Please sign in to comment.