Skip to content

Conversation

@pragmatrix
Copy link
Owner

because of the following error:

error[E0599]: no variant or associated item named `Gzip` found for enum `tonic::codec::CompressionEncoding` in the current scope
Error:    --> services/aristech/src/transcribe.rs:101:53
    |
101 |             .accept_compressed(CompressionEncoding::Gzip)
    |                                                     ^^^^ variant or associated item not found in `tonic::codec::CompressionEncoding`

error[E0599]: no variant or associated item named `Gzip` found for enum `tonic::codec::CompressionEncoding` in the current scope
Error:    --> services/aristech/src/transcribe.rs:102:51
    |
102 |             .send_compressed(CompressionEncoding::Gzip);
    |                                                   ^^^^ variant or associated item not found in `tonic::codec::CompressionEncoding`

/cc @andrew-golledge

@pragmatrix pragmatrix marked this pull request as ready for review September 1, 2025 15:48
@pragmatrix pragmatrix merged commit 851b249 into master Sep 1, 2025
6 checks passed
@pragmatrix pragmatrix deleted the update-aristech-deps branch September 1, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants