diff options
author | Florian Klink <flokli@flokli.de> | 2023-07-29T22·38+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-07-31T21·50+0000 |
commit | 737a6ca01e3ee017834fd310cb942079b5d10446 (patch) | |
tree | 6e90ca43d734ac567b06c62ffdcd449632df3468 /tvix/Cargo.lock | |
parent | aa1982c0852de539eeddd742f7c41bd1a873a53c (diff) |
refactor(tvix/cli/refscan): use wu-manber crate with &[u8] support r/6453
PR'ed at https://github.com/tvlfyi/wu-manber/pull/1, and now merged. Change-Id: I8c71e359196396a1d42a3ea2ab7ac15b137b2db0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8992 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index cb65d4343fcb..b221179403fa 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -3185,7 +3185,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "wu-manber" version = "0.1.0" -source = "git+https://github.com/tvlfyi/wu-manber.git#e77628cafcf45d41b9e455be86a6b1b9f46b2092" +source = "git+https://github.com/tvlfyi/wu-manber.git#0d5b22bea136659f7de60b102a7030e0daaa503d" [[package]] name = "xml-rs" |