diff options
author | Davide Ferrero | 2023-11-25 16:37:00 +0000 |
---|---|---|
committer | GitHub | 2023-11-25 16:37:00 +0000 |
commit | 3f9788daaa0669a81e218d18636f9abb285b6c15 (patch) | |
tree | bcefd13f99c630f5808da2d06bb15d791121575a /helix-loader/Cargo.toml | |
parent | 8c68074fa6d2e3771bbc1a7f80bc9b422a787da4 (diff) |
update which crate to 5.0.0 (#8902)
* update which crate to 5.0.0
* update which crate to 5.0.0
Diffstat (limited to 'helix-loader/Cargo.toml')
-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 54cb5b85..e24c3d7c 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -21,7 +21,7 @@ etcetera = "0.8" tree-sitter.workspace = true once_cell = "1.18" log = "0.4" -which = "4.4" +which = "5.0.0" # TODO: these two should be on !wasm32 only |