From 26b55f8cdacb491cd6f50a5deb067b07e04fb835 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 4 Feb 2023 12:05:13 +0300 Subject: 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 Autosubmit: tazjin Tested-by: BuildkiteCI --- tvix/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/cli') diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index 2cda1c6c15..7a427cb683 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -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" -- cgit 1.4.1