fix(tvix/eval): use rnix-parser from crates.io
A few weeks ago, oberblastmeister did a release to crates.io so we can stop importing it via GitHub. Change-Id: I9d5fa5cd281685779c71b12fed45ed201a1db17e Reviewed-on: https://cl.tvl.fyi/c/depot/+/7532 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
17e0a74e7b
commit
f282984c25
5 changed files with 23 additions and 21 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue