diff options
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 5dac97149843..4f2fda7e613a 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -14,11 +14,11 @@ tabwriter = { version = "1.2", optional = true } rowan = "*" # pinned by rnix codemap = "0.1.3" -# rnix has not been released in a while (as of 2022-08-22), we will +# rnix has not been released in a while (as of 2022-09-01), we will # use it from git. [dependencies.rnix] git = "https://github.com/nix-community/rnix-parser.git" -rev = "614e7d4641e83ab7eb321d9ac5e3d12985f9f3ba" +rev = "97b438e34be5211a4b48aeed9cc3ded489b4d6da" [dev-dependencies] criterion = "0.3.6" |