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"]