aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-02-15 09:45:48 +0000
committerBlaž Hrastnik2021-02-16 09:11:17 +0000
commitd8bc19f71519538f712c65810f1657d3f00495f8 (patch)
tree547c320c267599421b6001d06dfed415fd144d9f /helix-core/Cargo.toml
parent1ffd1e7633f746e3ba27f5301799d9c800dd15f5 (diff)
Update deps, switch tendril over to crates.io
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 09d9c829..49641ad6 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -12,7 +12,7 @@ helix-syntax = { path = "../helix-syntax" }
ropey = "1.2"
anyhow = "1"
smallvec = "1.4"
-tendril = { git = "https://github.com/servo/tendril" }
+tendril = "0.4.2"
unicode-segmentation = "1.6"
unicode-width = "0.1"
# slab = "0.4.2"