diff options
author | Pascal Kuthe | 2022-10-11 06:48:12 +0000 |
---|---|---|
committer | GitHub | 2022-10-11 06:48:12 +0000 |
commit | 543d75da23425bb3f2c7208dfa4d56bc9031ce67 (patch) | |
tree | b64363e46a9fd57a181946530a0ac0c2bdb2f2fa /Cargo.lock | |
parent | b58899bc8e0f339fd83a1740a896fcc62976f7a7 (diff) |
do not reparse unmodified injections (#4146)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -388,6 +388,7 @@ name = "helix-core" version = "0.6.0" dependencies = [ "arc-swap", + "bitflags", "chrono", "encoding_rs", "etcetera", |