aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorPascal Kuthe2022-09-23 06:58:00 +0000
committerGitHub2022-09-23 06:58:00 +0000
commit4133f1f424c6a9da71cab65dc9541e6d941ec603 (patch)
tree7079d0623737e31d5e9872b7a9f4dcda00be12dd /helix-term/Cargo.toml
parenteb6fd283dcf041ecf822fd8f2d4520abb2a26df9 (diff)
Document MSRV policy (#3913)
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 0ebcb24f..b36063e4 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -67,9 +67,6 @@ serde = { version = "1.0", features = ["derive"] }
grep-regex = "0.1.10"
grep-searcher = "0.1.10"
-# Remove once retain_mut lands in stable rust
-retain_mut = "0.1.7"
-
[target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }