Skip to content

Commit

Permalink
Linkup version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ostenbom committed Jun 3, 2024
1 parent 16ab58e commit 858384d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 49 deletions.
100 changes: 54 additions & 46 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions linkup-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkup-cli"
version = "0.2.15"
version = "1.0.0"
edition = "2021"

[[bin]]
Expand All @@ -17,10 +17,10 @@ hickory-resolver = "0.24.0"
linkup = { path = "../linkup", features = ["reqwest"] }
linkup-local-server = { path = "../local-server" }
log = "0.4"
nix = { version = "0.28", features = ["signal"] }
nix = { version = "0.29", features = ["signal"] }
rand = "0.8"
regex = "1"
reqwest = { version = "0.11", default-features = false, features = [
reqwest = { version = "0.12", default-features = false, features = [
"blocking",
"rustls-tls",
] }
Expand Down

0 comments on commit 858384d

Please sign in to comment.