diff options
Diffstat (limited to 'tvix/build/Cargo.toml')
-rw-r--r-- | tvix/build/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/build/Cargo.toml b/tvix/build/Cargo.toml index cf25465cca24..c8123c2617f6 100644 --- a/tvix/build/Cargo.toml +++ b/tvix/build/Cargo.toml @@ -27,7 +27,7 @@ tonic-build = "0.11.0" [features] default = [] -tonic-reflection = ["dep:tonic-reflection"] +tonic-reflection = ["dep:tonic-reflection", "tvix-castore/tonic-reflection"] [dev-dependencies] rstest = "0.19.0" |