Skip to content

Commit 47f1158

Browse files
authored
Add unstable_encodings feature to vortex-tui (#7515)
## Summary Without this, we cannot view unstable encodings (like the tensor encodings). ## Testing N/A Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent bd93340 commit 47f1158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vortex-tui/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ native = [
3030
"vortex/tokio",
3131
"vortex/zstd",
3232
]
33+
unstable_encodings = ["vortex/unstable_encodings"]
3334

3435
[lib]
3536
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)