aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMichael Davis2024-01-16 19:00:06 +0000
committerBlaž Hrastnik2024-01-18 01:57:53 +0000
commit1bc7aac7805285cea9ef6dc8adcaabf87a18ce67 (patch)
tree5f88e2b7bac582d510505699915ef3a4314fef0b /Cargo.lock
parent1f916e65cff4459698d465b2f4558da1e1bf6e44 (diff)
Use helix-stdx tilde expansion and normalization for HELIX_RUNTIME paths
Previously this wasn't possible since helix-core depends on helix-loader, so helix-loader couldn't use helix-core's path extensions. We use the path normalization/canonicalization for the runtime directory provided by the HELIX_RUNTIME environment variable. This improves a scenario where you set a path containing a tilde. Now that path will be expanded and normalized.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 09bec59f..9884dadf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1114,6 +1114,7 @@ dependencies = [
"cc",
"dunce",
"etcetera",
+ "helix-stdx",
"libloading",
"log",
"once_cell",