You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ cargo build --no-default-features
Compiling thiserror-impl v2.0.12
Compiling fusio v0.3.7 (/Users/gwo/Idea/fusio/fusio)
Compiling fusio-dispatch v0.3.7 (/Users/gwo/Idea/fusio/fusio-dispatch)
Compiling thiserror v2.0.12
Compiling fusio-log v0.3.7 (/Users/gwo/Idea/fusio/fusio-log)
error[E0599]: no variant or associated item named `S3Error` found for enum `fusio::Error` in the current scope
--> fusio-log/src/error.rs:28:27
|
28 | fusio::Error::S3Error(_) => LogError::S3Error(err),
| ^^^^^^^ variant or associated item not found in `Error`
error[E0599]: no variant or associated item named `Local` found for enum `FsOptions` in the current scope
--> fusio-log/src/option.rs:24:35
|
24 | fs_option: FsOptions::Local,
| ^^^^^ variant or associated item not found in `FsOptions`
For more information about this error, try `rustc --explain E0599`.
error: could not compile `fusio-log` (lib) due to 2 previous errors
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: