Skip to content

Prepare release 1.53.0 #667

Prepare release 1.53.0

Prepare release 1.53.0 #667

Triggered via pull request February 11, 2025 06:21
Status Success
Total duration 1m 40s
Artifacts

e2e.yml

on: pull_request
Matrix: E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors
failed to resolve: could not find `prelude` in `base64`: packages/target-tauri/src-tauri/src/temp_file.rs#L122
error[E0433]: failed to resolve: could not find `prelude` in `base64` --> packages/target-tauri/src-tauri/src/temp_file.rs:122:31 | 122 | let base64_data = base64::prelude::BASE64_STANDARD.decode(content)?; | ^^^^^^^ could not find `prelude` in `base64`
failed to resolve: could not find `prelude` in `base64`: packages/target-tauri/src-tauri/src/temp_file.rs#L122
error[E0433]: failed to resolve: could not find `prelude` in `base64` --> packages/target-tauri/src-tauri/src/temp_file.rs:122:31 | 122 | let base64_data = base64::prelude::BASE64_STANDARD.decode(content)?; | ^^^^^^^ could not find `prelude` in `base64`
failed to resolve: could not find `prelude` in `base64`: packages/target-tauri/src-tauri/src/clipboard.rs#L40
error[E0433]: failed to resolve: could not find `prelude` in `base64` --> packages/target-tauri/src-tauri/src/clipboard.rs:40:31 | 40 | let base64_data = base64::prelude::BASE64_STANDARD.encode(&data); | ^^^^^^^ could not find `prelude` in `base64`
failed to resolve: could not find `prelude` in `base64`: packages/target-tauri/src-tauri/src/clipboard.rs#L40
error[E0433]: failed to resolve: could not find `prelude` in `base64` --> packages/target-tauri/src-tauri/src/clipboard.rs:40:31 | 40 | let base64_data = base64::prelude::BASE64_STANDARD.encode(&data); | ^^^^^^^ could not find `prelude` in `base64`
unresolved import `base64::Engine`: packages/target-tauri/src-tauri/src/temp_file.rs#L3
error[E0432]: unresolved import `base64::Engine` --> packages/target-tauri/src-tauri/src/temp_file.rs:3:5 | 3 | use base64::Engine; | ^^^^^^^^^^^^^^ no `Engine` in the root
unresolved import `base64::Engine`: packages/target-tauri/src-tauri/src/temp_file.rs#L3
error[E0432]: unresolved import `base64::Engine` --> packages/target-tauri/src-tauri/src/temp_file.rs:3:5 | 3 | use base64::Engine; | ^^^^^^^^^^^^^^ no `Engine` in the root
unresolved import `base64::Engine`: packages/target-tauri/src-tauri/src/clipboard.rs#L3
error[E0432]: unresolved import `base64::Engine` --> packages/target-tauri/src-tauri/src/clipboard.rs:3:5 | 3 | use base64::Engine; | ^^^^^^^^^^^^^^ no `Engine` in the root
unresolved import `base64::Engine`: packages/target-tauri/src-tauri/src/clipboard.rs#L3
error[E0432]: unresolved import `base64::Engine` --> packages/target-tauri/src-tauri/src/clipboard.rs:3:5 | 3 | use base64::Engine; | ^^^^^^^^^^^^^^ no `Engine` in the root