From b51886562d7d6c7c51a3b7afa489c4bb1f0e53b1 Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Fri, 17 Apr 2026 10:46:18 -0400 Subject: [PATCH] add unstable encodings feature to vortex-tui Signed-off-by: Connor Tsui --- vortex-tui/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/vortex-tui/Cargo.toml b/vortex-tui/Cargo.toml index e671ce935f5..33cd1958ba2 100644 --- a/vortex-tui/Cargo.toml +++ b/vortex-tui/Cargo.toml @@ -30,6 +30,7 @@ native = [ "vortex/tokio", "vortex/zstd", ] +unstable_encodings = ["vortex/unstable_encodings"] [lib] crate-type = ["cdylib", "rlib"]