From 8799c886003d5eb0084589776ccafea809c451ff Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 6 Jul 2023 13:49:30 +0200 Subject: filevector rename to_hex -> to_string --- src/index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.rs') diff --git a/src/index.rs b/src/index.rs index 7ca31f1..4fabe32 100644 --- a/src/index.rs +++ b/src/index.rs @@ -53,7 +53,7 @@ impl Index { .to_str() .unwrap() .replace(",", "\0"), - fv.to_hex() + fv.to_string() ).ok(); filecache.push(FileCache { -- cgit v1.2.3-70-g09d2