fix(tvix/cli): use tvlfyi/wu-manber fork for refscanner

Our fork fixes a small bug (https://github.com/jneem/wu-manber/pull/1)
but it's not clear whether upstream will accept patches, so for now
lets point this directly at our fork.

Change-Id: Iccdcedae3e9a8b783241431787c952561d032694
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8031
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-02-04 12:05:13 +03:00 committed by tazjin
parent c13759e89f
commit 26b55f8cda
4 changed files with 443 additions and 43 deletions

View file

@ -19,4 +19,4 @@ data-encoding = "2.3.3"
thiserror = "1.0.38"
[dependencies.wu-manber]
git = "https://github.com/jneem/wu-manber.git"
git = "https://github.com/tvlfyi/wu-manber.git"