Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 4e825364..21b18f31 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -44,7 +44,7 @@ log = "0.4" anyhow = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -toml = "0.8" +toml.workspace = true imara-diff = "0.2.0" encoding_rs = "0.8" |