diff options
author | Vincent Ambo <mail@tazj.in> | 2022-12-18T14·23+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-12-21T13·23+0000 |
commit | 9d6ee5b6a69195bc1a3d5543f04998b631584076 (patch) | |
tree | 34794bf6cae65fecfd552a1b68cee84a1f4cf29d /tvix/Cargo.lock | |
parent | 257c67f204c2a2d1ca8a1d0ac266312167a170eb (diff) |
fix(tvix/eval): use test-generator fork that supports workspaces r/5442
This should make no difference in Nix builds, but allows running tests locally again with `cargo test` for //tvix/eval. Change-Id: I97d61840143d5c14db61d5862781bf635f9a28e7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7590 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index bc683b015c88..f5a32107e167 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -1424,8 +1424,7 @@ dependencies = [ [[package]] name = "test-generator" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea97be90349ab3574f6e74d1566e1c5dd3a4bc74b89f4af4cc10ca010af103c0" +source = "git+https://github.com/JamesGuthrie/test-generator.git?rev=82e799979980962aec1aa324ec6e0e4cad781f41#82e799979980962aec1aa324ec6e0e4cad781f41" dependencies = [ "glob", "proc-macro2 0.4.30", |