diff options
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index ac01b595be22..60c0f12e6f95 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -20,6 +20,7 @@ path-clean = "0.1" tabwriter = "1.2" rowan = "*" # pinned by rnix codemap = "0.1.3" +codemap-diagnostic = "0.1.1" # rnix has not been released in a while (as of 2022-09-01), we will # use it from git. |