When I updated the package to 4.3.5, upon compiling it throws the following error:
Compiling zitadel v4.3.4
error[E0432]: unresolved import crate::api::interceptors
--> /home/temes/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zitadel-4.3.4/src/api/clients.rs:14:17
|
14 | use crate::api::interceptors::{AccessTokenInterceptor, ServiceAccountInterceptor};
| ^^^^^^^^^^^^ could not find interceptors in api
For more information about this error, try rustc --explain E0432.
error: could not compile zitadel (lib) due to 1 previous error
It is very strange because previously it compiled well and as far as I know there was no change in this api/client.rs file.
Any idea what the issue can be here? I am getting a little desperate...thank you.
(I am using rust 1.78)
When I updated the package to 4.3.5, upon compiling it throws the following error:
Compiling zitadel v4.3.4 error[E0432]: unresolved import
crate::api::interceptors
--> /home/temes/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zitadel-4.3.4/src/api/clients.rs:14:17 | 14 | use crate::api::interceptors::{AccessTokenInterceptor, ServiceAccountInterceptor}; | ^^^^^^^^^^^^ could not findinterceptors
inapi
For more information about this error, try
rustc --explain E0432
. error: could not compilezitadel
(lib) due to 1 previous errorIt is very strange because previously it compiled well and as far as I know there was no change in this api/client.rs file. Any idea what the issue can be here? I am getting a little desperate...thank you. (I am using rust 1.78)