summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-03-02 20:04:18 -0500
committerGitHub <noreply@github.com>2021-03-02 20:04:18 -0500
commitf9c8f9896853adf707f52f7eaf00eeffd32f638e (patch)
treeb4070c2221fe19c6bc213c82ad35250e1cb8d74c
parent18b894072d3eb6b04016e77ece0d78512f7ffca1 (diff)
Pin lspower, because it made semvar incompatible patch release (#9656)
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a5d8e9a27..824891cce 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -56,7 +56,7 @@ jsonc-parser = "0.15.1"
lazy_static = "1.4.0"
libc = "0.2.86"
log = { version = "0.4.14", features = ["serde"] }
-lspower = "0.6.1"
+lspower = "=0.6.1"
notify = "5.0.0-pre.4"
percent-encoding = "2.1.0"
pin-project = "1.0.5"