diff options
Diffstat (limited to 'helix-loader')
-rw-r--r-- | helix-loader/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml index c8cbf6d1..3a900f4a 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://helix-editor.com" anyhow = "1" serde = { version = "1.0", features = ["derive"] } toml = "0.5" -etcetera = "0.3" +etcetera = "0.4" tree-sitter = "0.20" once_cell = "1.9" |