diff options
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 1d42b793d3c5..e0c452ed5890 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -29,12 +29,7 @@ serde_json = "1.0" regex = "1.6.0" builtin-macros = { path = "./builtin-macros", package = "tvix-eval-builtin-macros" } backtrace-on-stack-overflow = { version = "0.2.0", optional = true } - -# rnix has not been released in a while (as of 2022-09-23), we will -# use it from git. -[dependencies.rnix] -git = "https://github.com/nix-community/rnix-parser.git" -rev = "85a045afd33e073a3eab4c0ea2f515b6bed557ab" +rnix = "0.11.0" [dev-dependencies] criterion = "0.3.6" |